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 main #9692

Closed
github-actions bot opened this issue Sep 1, 2023 · 1 comment
Closed

[AUTOCUT] Gradle Check Failure on push to main #9692

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

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2023

Gradle check has failed on push of your commit f5d3fd2.
Please examine the workflow log https://build.ci.opensearch.org/job/gradle-check/24100/.
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 Sep 1, 2023
@tlfeng
Copy link
Collaborator

tlfeng commented Sep 5, 2023

test failure in build 24100

> Task :server:internalClusterTest

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.remotestore.RemoteIndexRecoveryIT.testRerouteRecovery" -Dtests.seed=7B48A4DD607B1EFB -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=it-CH -Dtests.timezone=Indian/Kerguelen -Druntime.java=20

org.opensearch.remotestore.RemoteIndexRecoveryIT > testRerouteRecovery FAILED
    [test-idx-1/CCbPtQw3RzaLAkSEbyv5GQ] IndexNotFoundException[no such index [test-idx-1]]
        at __randomizedtesting.SeedInfo.seed([7B48A4DD607B1EFB:D6E3178955237CB9]:0)
        at app//org.opensearch.indices.IndicesService.indexServiceSafe(IndicesService.java:708)
        at app//org.opensearch.indices.recovery.IndexRecoveryIT.lambda$testRerouteRecovery$1(IndexRecoveryIT.java:528)
        at app//org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1085)
        at app//org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1058)
        at app//org.opensearch.indices.recovery.IndexRecoveryIT.testRerouteRecovery(IndexRecoveryIT.java:526)

The above is tracked in #9580

> Task :server:internalClusterTest

REPRODUCE WITH: ./gradlew ':server:internalClusterTest' --tests "org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT.testDeleteOperations" -Dtests.seed=7B48A4DD607B1EFB -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ca -Dtests.timezone=Asia/Ujung_Pandang -Druntime.java=20

org.opensearch.remotestore.SegmentReplicationUsingRemoteStoreIT > testDeleteOperations FAILED
    java.lang.AssertionError: Expected search hits on node: node_t3 to be at least 2 but was: 0
        at __randomizedtesting.SeedInfo.seed([7B48A4DD607B1EFB:C81CCE576D55C26D]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.opensearch.indices.replication.SegmentReplicationBaseIT.lambda$waitForSearchableDocs$0(SegmentReplicationBaseIT.java:125)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1085)
        at org.opensearch.indices.replication.SegmentReplicationBaseIT.waitForSearchableDocs(SegmentReplicationBaseIT.java:120)
        at org.opensearch.indices.replication.SegmentReplicationBaseIT.waitForSearchableDocs(SegmentReplicationBaseIT.java:115)
        at org.opensearch.indices.replication.SegmentReplicationBaseIT.waitForSearchableDocs(SegmentReplicationBaseIT.java:132)
        at org.opensearch.indices.replication.SegmentReplicationIT.testDeleteOperations(SegmentReplicationIT.java:646)

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