Skip to content
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

[BUG] CompletionSuggestSearchIT.testSkipDuplicates is Flaky #8932

Closed
mch2 opened this issue Jul 27, 2023 · 3 comments · Fixed by #8963
Closed

[BUG] CompletionSuggestSearchIT.testSkipDuplicates is Flaky #8932

mch2 opened this issue Jul 27, 2023 · 3 comments · Fixed by #8963
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Search Search query, autocomplete ...etc

Comments

@mch2
Copy link
Member

mch2 commented Jul 27, 2023

https://build.ci.opensearch.org/job/gradle-check/21127/

java.lang.AssertionError: Expected elem 1 in list [suggestion-007, suggestion-009, suggestion-008, suggestion-004, suggestion-001, suggestion-000, suggestion-010, suggestion-002, suggestion-003, suggestion-006, suggestion-005, suggestion-011] to be [suggestion-005] score: 94.0
Expected: is "suggestion-005"
     but: was "suggestion-009"
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.search.suggest.CompletionSuggestSearchIT.testSkipDuplicates" -Dtests.seed=305C46E2112FF359 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=sr-BA -Dtests.timezone=Asia/Choibalsan -Druntime.java=20
@reta
Copy link
Collaborator

reta commented Jul 28, 2023

I suspect it is coming from #8668, looking into it right away

@navneet1v
Copy link
Contributor

Reopening this bug, as the tests are failing again.

https://build.ci.opensearch.org/job/gradle-check/29682/

@sandeshkr419
Copy link
Contributor

Closing this issue since we haven't been seeing this test as flaky for a while and if it happens again then opensearch-ci-bot will open up the issue back automatically.

@github-project-automation github-project-automation bot moved this from 🏗 In progress to ✅ Done in Search Project Board Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run Search Search query, autocomplete ...etc
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

5 participants