-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
>test-failureTest failure from CI, local build, etc.Test failure from CI, local build, etc.bugSomething isn't workingSomething isn't workingflaky-testRandom test failure that succeeds on second runRandom test failure that succeeds on second run
Description
Non-reproducible test failure caught on #2262
./gradlew ':server:internalClusterTest' --tests "org.opensearch.search.SearchCancellationIT.testCancellationDuringFetchPhaseUsingRequestParameter" -Dtests.seed=6C5BC8BF8BF27536 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=fr-BE -Dtests.timezone=Europe/Astrakhan -Druntime.java=17
2> java.lang.AssertionError: At least one shard should have failed. Actual: 0
at __randomizedtesting.SeedInfo.seed([6C5BC8BF8BF27536:ECD39451EE78990B]: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.opensearch.search.SearchCancellationIT.ensureSearchWasCancelled(SearchCancellationIT.java:167)
at org.opensearch.search.SearchCancellationIT.testCancellationDuringFetchPhaseUsingRequestParameter(SearchCancellationIT.java:301)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
>test-failureTest failure from CI, local build, etc.Test failure from CI, local build, etc.bugSomething isn't workingSomething isn't workingflaky-testRandom test failure that succeeds on second runRandom test failure that succeeds on second run