-
Notifications
You must be signed in to change notification settings - Fork 115
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
Flaky tests for KNNCodecServiceTests #1593
Comments
All we need to do to fix these issue is add this line:
here: k-NN/src/test/java/org/opensearch/knn/index/codec/KNNCodecServiceTests.java Lines 37 to 40 in 98b6218
|
…roject#1593] Signed-off-by: Navneet Verma <[email protected]>
…roject#1593] Signed-off-by: Navneet Verma <[email protected]>
…roject#1593] Signed-off-by: Navneet Verma <[email protected]>
Signed-off-by: Navneet Verma <[email protected]>
Seeing the flaky tests on 2.x for this PR: https://github.com/opensearch-project/k-NN/actions/runs/8884598082/attempts/1?pr=1661 @navneet1v I see that the above fix was never backported to 2.x. Is that intentional? |
@ryanbogan at that time the issue was only with main branch hence the PR #1601 was not backported. We can backport the PR now too. |
Signed-off-by: Navneet Verma <[email protected]> (cherry picked from commit 5de10fc)
@ryanbogan I created the backport: #1663 |
… (#1663) Signed-off-by: Navneet Verma <[email protected]> (cherry picked from commit 5de10fc) Co-authored-by: Navneet Verma <[email protected]>
Backport merged and tests are passing |
Related:
The text was updated successfully, but these errors were encountered: