Closed github-actions[bot] closed 1 year ago
The test failure is tracked in issue https://github.com/opensearch-project/OpenSearch/issues/9464
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.search.query.QueryPhaseTests" -Dtests.method="testQueryTimeoutChecker {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@b86cb18}" -Dtests.seed=777661780DBD44E5 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=nb -Dtests.timezone=America/Anchorage -Druntime.java=17
org.opensearch.search.query.QueryPhaseTests > testQueryTimeoutChecker {p0=5 p1=org.opensearch.search.query.ConcurrentQueryPhaseSearcher@b86cb18} FAILED
java.lang.AssertionError: Values should be different. Actual: 848439
at __randomizedtesting.SeedInfo.seed([777661780DBD44E5:C800F82A147E5D83]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failEquals(Assert.java:187)
at org.junit.Assert.assertNotEquals(Assert.java:201)
at org.junit.Assert.assertNotEquals(Assert.java:213)
at org.opensearch.search.query.QueryPhaseTests.createTimeoutCheckerThenWaitThenRun(QueryPhaseTests.java:1169)
at org.opensearch.search.query.QueryPhaseTests.testQueryTimeoutChecker(QueryPhaseTests.java:1140)
Gradle check has failed on push of your commit f6caf4ffc023fb8e29d71327150896923e9de01b. Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/22782/. Is the failure a flaky test unrelated to your change?