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

Open
mch2 opened this issue Jul 27, 2023 · 2 comments · Fixed by #8963
Open

[BUG] CompletionSuggestSearchIT.testSkipDuplicates is Flaky #8932

mch2 opened this issue Jul 27, 2023 · 2 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
@mch2 mch2 added bug Something isn't working untriaged flaky-test Random test failure that succeeds on second run Search Search query, autocomplete ...etc labels Jul 27, 2023
@reta reta self-assigned this Jul 28, 2023
@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/

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: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

4 participants