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] org.opensearch.search.query.QueryProfilePhaseTests.testDisableTopScoreCollection {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@18b40fe6} is flaky #10469

Closed
jed326 opened this issue Oct 6, 2023 · 1 comment · Fixed by #10547
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run

Comments

@jed326
Copy link
Collaborator

jed326 commented Oct 6, 2023

Describe the bug
The test case org.opensearch.search.query.QueryProfilePhaseTests.testDisableTopScoreCollection {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@18b40fe6} is flaky
See: https://build.ci.opensearch.org/job/gradle-check/27335/testReport/junit/org.opensearch.search.query/QueryProfilePhaseTests/testDisableTopScoreCollection__p0_5_p1_org_opensearch_search_query_ConcurrentQueryPhaseSearcher_18b40fe6_/

To Reproduce

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.search.query.QueryProfilePhaseTests" -Dtests.method="testDisableTopScoreCollection {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@18b40fe6}" -Dtests.seed=C6E23A5045DEDDDB -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=be-BY -Dtests.timezone=Brazil/West -Druntime.java=20
NOTE: leaving temporary files on disk at: /var/jenkins/workspace/gradle-check/search/server/build/testrun/test/temp/org.opensearch.search.query.QueryProfilePhaseTests_C6E23A5045DEDDDB-001
NOTE: test params are: codec=Asserting(Lucene95): {filter=PostingsFormat(name=Asserting), foo=Lucene90, title=Lucene90}, docValues:{filter=DocValuesFormat(name=Lucene90), rank=DocValuesFormat(name=Lucene90), tiebreaker=DocValuesFormat(name=Lucene90), user=DocValuesFormat(name=Lucene90)}, maxPointsInLeafNode=1728, maxMBSortInHeap=5.1465184958439565, sim=Asserting(RandomSimilarity(queryNorm=true): {title=IB LL-L2}), locale=be-BY, timezone=Brazil/West

Expected behavior
This test should always pass

@ticheng-aws
Copy link
Contributor

ticheng-aws commented Oct 11, 2023

PR merged. #10547

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
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants