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.index.shard.RemoteIndexShardTests.testNRTReplicaWithRemoteStorePromotedAsPrimaryRefreshRefresh" -Dtests.seed=451B946356B2558B -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=fi-FI -Dtests.timezone=CST6CDT -Druntime.java=17
org.opensearch.index.shard.RemoteIndexShardTests > testNRTReplicaWithRemoteStorePromotedAsPrimaryRefreshRefresh FAILED
java.lang.AssertionError: expected:<10> but was:<9>
at __randomizedtesting.SeedInfo.seed([451B946356B2558B:7B3E22E7A1EBD1A]:0)
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.failNotEquals(Assert.java:835)
at org.junit.Assert.assertEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:633)
at org.opensearch.index.shard.RemoteIndexShardTests.testNRTReplicaWithRemoteStorePromotedAsPrimary(RemoteIndexShardTests.java:139)
at org.opensearch.index.shard.RemoteIndexShardTests.testNRTReplicaWithRemoteStorePromotedAsPrimaryRefreshRefresh(RemoteIndexShardTests.java:67)
> Task :qa:smoke-test-multinode:integTest
REPRODUCE WITH: ./gradlew ':qa:smoke-test-multinode:integTest' --tests "org.opensearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT.test {yaml=pit/10_basic/Delete all}" -Dtests.seed=451B946356B2558B -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=id -Dtests.timezone=Pacific/Port_Moresby -Druntime.java=17
org.opensearch.smoketest.SmokeTestMultiNodeClientYamlTestSuiteIT > test {yaml=pit/10_basic/Delete all} FAILED
java.lang.RuntimeException: Failure at [pit/10_basic:140]: Unexpected end-of-input: was expecting closing '"' for name
at [Source: (org.opensearch.core.common.io.stream.InputStreamStreamInput); line: 1, column: 12]
at __randomizedtesting.SeedInfo.seed([451B946356B2558B:CD4FABB9F84E3873]:0)
at org.opensearch.test.rest.yaml.OpenSearchClientYamlSuiteTestCase.executeSection(OpenSearchClientYamlSuiteTestCase.java:462)
at org.opensearch.test.rest.yaml.OpenSearchClientYamlSuiteTestCase.test(OpenSearchClientYamlSuiteTestCase.java:433)
...
Created an issue #9624 to track the first test failure.
The second one is tracked in issue #9332
Gradle check has failed on push of your commit 22e8494.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/23740/.
Is the failure a flaky test unrelated to your change?
The text was updated successfully, but these errors were encountered: