-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
[CI] MixedClusterClientYamlTestSuiteIT test {p0=search.vectors/90_sparse_vector/Sparse vector in 7.x} failing #100003
Comments
Pinging @elastic/es-search (Team:Search) |
Wasn't able to reproduce locally - opened up a PR to mute it for now & investigate. |
Some subsequent runs were completed successfully E.g.: |
This problem occurs in the mixed version cluster, so sometimes the request will go to an old node and sometimes to a new node. This must be a situation where different nodes in the cluster return different responses for the same request. |
Exactly as you've mentioned it @droberts195 . The issue comes from the fact that the said field was defined as |
Will update the test to better reflect what is expected for each version, and remove this more generic version instead. |
Removing (incorrectly) expected exceptions for `exists` queries `sparse_vectors` in < 8.0.0 versions. Closes #100003
Removing (incorrectly) expected exceptions for `exists` queries `sparse_vectors` in < 8.0.0 versions. Closes elastic#100003
It seems that
sparse_vector
existed in 7.x - see #48315 - so the test needs to take account of this.Build scan:
https://gradle-enterprise.elastic.co/s/zvmy25dvf5z6e/tests/:qa:mixed-cluster:v7.17.14%23mixedClusterTest/org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT/test%20%7Bp0=search.vectors%2F90_sparse_vector%2FSparse%20vector%20in%207.x%7D
Reproduction line:
Applicable branches:
main
Reproduces locally?:
Didn't try
Failure history:
https://gradle-enterprise.elastic.co/scans/tests?tests.container=org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT&tests.test=test%20%7Bp0%3Dsearch.vectors/90_sparse_vector/Sparse%20vector%20in%207.x%7D
Failure excerpt:
The text was updated successfully, but these errors were encountered: