You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 f6caf4f.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/22782/.
Is the failure a flaky test unrelated to your change?
The text was updated successfully, but these errors were encountered: