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
> Task :plugins:repository-azure:test
REPRODUCE WITH: ./gradlew ':plugins:repository-azure:test' --tests "org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadNonexistentBlobThrowsNoSuchFileException" -Dtests.seed=CB4E8D2D5342FBAD -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ko-KR -Dtests.timezone=Pacific/Chuuk -Druntime.java=17
org.opensearch.repositories.azure.AzureBlobContainerRetriesTests > testReadNonexistentBlobThrowsNoSuchFileException FAILED
junit.framework.AssertionFailedError: Unexpected exception type, expected NoSuchFileException but got reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 1000ms in 'source(MonoDefer)' (and no fallback has been configured)
at __randomizedtesting.SeedInfo.seed([CB4E8D2D5342FBAD:E52C3F80061896CB]:0)
at org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2869)
at org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2850)
at org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadNonexistentBlobThrowsNoSuchFileException(AzureBlobContainerRetriesTests.java:200)
Caused by:
reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 1000ms in 'source(MonoDefer)' (and no fallback has been configured)
at app//reactor.core.Exceptions.propagate(Exceptions.java:408)
...
This is a known flaky test mentioned in issue #6090
> Task :server:test
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.cluster.routing.ShardMovementStrategyTests.testClusterGreenAfterPartialRelocationNoPreferenceShardMovementPrimaryFirstEnabled" -Dtests.seed=CB4E8D2D5342FBAD -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-Hans-SG -Dtests.timezone=Europe/Zurich -Druntime.java=17
org.opensearch.cluster.routing.ShardMovementStrategyTests > testClusterGreenAfterPartialRelocationNoPreferenceShardMovementPrimaryFirstEnabled FAILED
java.lang.Exception: Test abandoned because suite timeout was reached.
at __randomizedtesting.SeedInfo.seed([CB4E8D2D5342FBAD]:0)
...
This is caused by timeout, not by the specific test.
Gradle check has failed on push of your commit ce8c6b1.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/22049/.
Is the failure a flaky test unrelated to your change?
The text was updated successfully, but these errors were encountered: