-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Throw error when create is used with external #37900
Conversation
Pinging @elastic/es-distributed |
@ivange94 can you run tests from other subprojects, e.g. the |
@ywelsch sorry for my delayed response on this. Not been on my laptop for a while now. I was finally able to run ReindexRequestTests. Not sure what fixed it but before doing that I first ran a test in the server module which succeeded then running ReindexRequestTests succeeded too so I'm not sure if that was the fix but I'm moving ahead with the issue |
@ywelsch I've added test for this. Patiently awaiting your review 😄 |
@ywelsch seeing that you just pushed a commit that fixes this. Should I close this PR? |
I'm exploring a more generic solution in #38504, taking into account some of the other version-based checks as well (so that we can avoid problems like this in the future), and dealing with the very recent changes around compare-and-set style versioning. I'm not sure yet whether that solution all works out, so let's keep this one open until I complete #38504. |
op_type create should only be used with version_type external Closes elastic#37855
@ywelsch Done |
@elasticmachine test this please |
@ywelsch I'm not sure why the two builds above are failing. |
@elasticmachine test this please |
I've merged latest master into your branch, which will hopefully fix the CI issue |
This looks to be a relevant test failures:
reproduce with |
@ywelsch I'm having a bit of a trouble here. I can't see my commits locally anymore. I had some trouble with my virtual machine so I had to setup a new one. I've cloned this repo and fetched this branch but when I do |
@ivange94 I checked your branch and found both the previous commits. They are somewhat down the list since they were from jan 27 and feb 5: (search in page for ivange94). Do you want to pick this up again and look into above test failure? It is probably advisable to merge in master first. |
@henningandersen yes I'd look at this some more. I wasn't able to run the failed tests from my IDE so I can debug. I'll try again. |
Any updates on this? |
I'm closing this because of inactivity. @ivange94 We can reopen the PR whenever you would like to pick this up again. |
op_type create should only be used with version_type
external
Closes #37855