[BUG] org.opensearch.search.query.SimpleQueryStringIT. testDocWithAllTypes is flaky #12574
Labels
bug
Something isn't working
flaky-test
Random test failure that succeeds on second run
Search
Search query, autocomplete ...etc
Describe the bug
org.opensearch.search.query.SimpleQueryStringIT.testDocWithAllTypes is flaky.
The following code can create too much TermQuery
https://github.com/opensearch-project/OpenSearch/blob/main/server/src/internalClusterTest/java/org/opensearch/search/query/SimpleQueryStringIT.java#L591
To Reproduce
./gradlew ':server:internalClusterTest' --tests "org.opensearch.search.query.SimpleQueryStringIT" -Dtests.method="testDocWithAllTypes {p0={"search.concurrent_segment_search.enabled":"false"}}" -Dtests.seed=15CDBEEC78B94AB3 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ms -Dtests.timezone=Europe/Zurich -Druntime.java=21
Expected behavior
Test should pass
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information)
Additional context
Jenkins build failure link - https://build.ci.opensearch.org/job/gradle-check/34541/
The text was updated successfully, but these errors were encountered: