We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
PR merged. #10547
Sorry, something went wrong.
ticheng-aws
Successfully merging a pull request may close this issue.
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
Expected behavior
This test should always pass
The text was updated successfully, but these errors were encountered: