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 :server:test
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.repositories.blobstore.BlobStoreRepositoryRemoteIndexTests.testRetrieveShallowCopySnapshotCase2" -Dtests.seed=2581E1F098A000C9 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-Hans-CN -Dtests.timezone=America/St_Johns -Druntime.java=20
org.opensearch.repositories.blobstore.BlobStoreRepositoryRemoteIndexTests > testRetrieveShallowCopySnapshotCase2 FAILED
java.lang.AssertionError:
Expected: is <SUCCESS>
but: was <PARTIAL>
at __randomizedtesting.SeedInfo.seed([2581E1F098A000C9:6CEAFB7C9DADB800]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:964)
at org.junit.Assert.assertThat(Assert.java:930)
at org.opensearch.repositories.blobstore.BlobStoreRepositoryHelperTests.createSnapshot(BlobStoreRepositoryHelperTests.java:142)
at org.opensearch.repositories.blobstore.BlobStoreRepositoryRemoteIndexTests.testRetrieveShallowCopySnapshotCase2(BlobStoreRepositoryRemoteIndexTests.java:300)
It was mentioned in issue #8834, but this has a different error message.
Gradle check has failed on push of your commit 224accf.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/24995/.
Is the failure a flaky test unrelated to your change?
The text was updated successfully, but these errors were encountered: