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
The first test failure, which has been reported in issue #8928:
REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.indices.replication.SegmentReplicationTargetServiceTests.testShardAlreadyReplicating" -Dtests.seed=16E6CBAB946317F3 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=el -Dtests.timezone=Etc/GMT -Druntime.java=20
org.opensearch.indices.replication.SegmentReplicationTargetServiceTests > testShardAlreadyReplicating FAILED
Wanted but not invoked:
segmentReplicationTargetService.processLatestReceivedCheckpoint(
org.opensearch.index.shard.IndexShard@35f0ec9a,
<any>
);
-> at org.opensearch.indices.replication.SegmentReplicationTargetServiceTests.testShardAlreadyReplicating(SegmentReplicationTargetServiceTests.java:295)
However, there were exactly 5 interactions with this mock:
segmentReplicationTargetService.startReplication(
org.opensearch.indices.replication.SegmentReplicationTarget$MockitoMock$CY6zJxTo@54ccd0b4
);
The second test failure, which has been reported in issue #9208.
REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.snapshots.DeleteSnapshotIT.testDeleteMultipleShallowCopySnapshotsCase1" -Dtests.seed=16E6CBAB946317F3 -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=it-IT -Dtests.timezone=Africa/Juba -Druntime.java=20
org.opensearch.snapshots.DeleteSnapshotIT > testDeleteMultipleShallowCopySnapshotsCase1 FAILED
java.lang.AssertionError:
Expected: is <2>
but: was <1>
at __randomizedtesting.SeedInfo.seed([16E6CBAB946317F3:AD548FA29F723F78]: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.snapshots.AbstractSnapshotIntegTestCase.createFullSnapshot(AbstractSnapshotIntegTestCase.java:488)
at org.opensearch.snapshots.DeleteSnapshotIT.createNSnapshots(DeleteSnapshotIT.java:369)
at org.opensearch.snapshots.DeleteSnapshotIT.testDeleteMultipleShallowCopySnapshotsCase1(DeleteSnapshotIT.java:128)
Gradle check has failed on push of your commit 23fd9a5.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/22784/.
Is the failure a flaky test unrelated to your change?
The text was updated successfully, but these errors were encountered: