Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOCUT] Gradle Check Failure on push to 2.x #9620

Closed
github-actions bot opened this issue Aug 29, 2023 · 2 comments
Closed

[AUTOCUT] Gradle Check Failure on push to 2.x #9620

github-actions bot opened this issue Aug 29, 2023 · 2 comments
Assignees
Labels
autocut bug Something isn't working >test-failure Test failure from CI, local build, etc.

Comments

@github-actions
Copy link
Contributor

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?

@github-actions github-actions bot added >test-failure Test failure from CI, local build, etc. autocut bug Something isn't working labels Aug 29, 2023
@tlfeng
Copy link
Collaborator

tlfeng commented Aug 29, 2023

There are 2 test failure in build No.23740:

> 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

@dreamer-89
Copy link
Member

Closing in favour of #9624

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocut bug Something isn't working >test-failure Test failure from CI, local build, etc.
Projects
None yet
Development

No branches or pull requests

3 participants