-
Notifications
You must be signed in to change notification settings - Fork 25.2k
[CI] CoreWithMultipleProjectsClientYamlTestSuiteIT test {yaml=search.vectors/41_knn_search_bbq_hnsw/Vector rescoring has same scoring as exact search for kNN section} failing #124052
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
Comments
…ntYamlTestSuiteIT test {yaml=search.vectors/41_knn_search_bbq_hnsw/Vector rescoring has same scoring as exact search for kNN section} #124052
This has been muted on branch main Mute Reasons:
Build Scans: |
Pinging @elastic/es-delivery (Team:Delivery) |
…ntYamlTestSuiteIT test {yaml=search.vectors/41_knn_search_bbq_hnsw/Vector rescoring has same scoring as exact search for kNN section} elastic#124052
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
@carlosdelest This is from #116663 - it doesnt reproduce locally... |
…ntYamlTestSuiteIT test {yaml=search.vectors/41_knn_search_bbq_hnsw/Vector rescoring has same scoring as exact search for kNN section} elastic#124052
This is really weird. There is something wrong here. This failure is on the scriptScore query, not returning 3 hits. This indicates a very weird race condition bug. This also means that from the bbq search, there were indeed 3 hits. But now at the script query search there are only 2?! |
I think we are just missing a |
@tvernum You might be interested in this test failure. Its weird that the script query didn't "see" all the docs. I am adding a refresh here to just double check everything. But if this fails a bunch of times again but only with the |
From memory, the MP tests run with 2 nodes, while the standard YAML executor has a single node. Is it possible that node count would make a difference? |
I really shouldn't both queries are hitting the same index and are attempting to match all docs. Its really strange that the first query sees 3 docs, but then the next query only sees 2. Both of them are "match_all". I am doing a "refresh" now and maybe this will help. Also, CCS, CCR tests all will end up using more nodes as well and split the index as well. |
Gonna go ahead and close: #125255 If this fails a bunch again, the robot will let us know quickly ;) |
Build Scans:
Reproduction Line:
Applicable branches:
main
Reproduces locally?:
N/A
Failure History:
See dashboard
Failure Message:
Issue Reasons:
Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.
The text was updated successfully, but these errors were encountered: