Fix Response for version conflict with conflicts=proceed#149404
Fix Response for version conflict with conflicts=proceed#149404joshua-adams-1 wants to merge 1 commit into
Conversation
Fixes the YAML test x-pack:qa:multi-project:core-rest-tests-with-multiple-projects:yamlRestTest org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT.test {yaml=delete_by_query/10_basic/Response for version conflict with conflicts=proceed}
Closes: elastic#145253
|
As a note to the reviewer, more information can be found in #145253. The test runs as so:
The flakiness is happening within the
which is causing the DBQ to succeed where we expect it to fail. My proposed solution is to use a single shard with no replicas, to remove the flakiness where a live replica shard is created which is updated with the latest indexed document before DBQ has a chance to run. This should "simulate" running on a single node which we knows works. As a note, other tests such as |
|
Pinging @elastic/es-distributed (Team:Distributed) |
Fixes the YAML
test x-pack:qa:multi-project:core-rest-tests-with-multiple-projects:yamlRestTest org.elasticsearch.multiproject.test.CoreWithMultipleProjectsClientYamlTestSuiteIT.test {yaml=delete_by_query/10_basic/Response for version conflict with conflicts=proceed}Closes: #145253