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 #9155

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

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

github-actions bot opened this issue Aug 7, 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 Aug 7, 2023

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

tlfeng commented Aug 7, 2023

> Task :plugins:repository-azure:test

REPRODUCE WITH: ./gradlew ':plugins:repository-azure:test' --tests "org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadNonexistentBlobThrowsNoSuchFileException" -Dtests.seed=CB4E8D2D5342FBAD -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=ko-KR -Dtests.timezone=Pacific/Chuuk -Druntime.java=17

org.opensearch.repositories.azure.AzureBlobContainerRetriesTests > testReadNonexistentBlobThrowsNoSuchFileException FAILED
    junit.framework.AssertionFailedError: Unexpected exception type, expected NoSuchFileException but got reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 1000ms in 'source(MonoDefer)' (and no fallback has been configured)
        at __randomizedtesting.SeedInfo.seed([CB4E8D2D5342FBAD:E52C3F80061896CB]:0)
        at org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2869)
        at org.apache.lucene.tests.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2850)
        at org.opensearch.repositories.azure.AzureBlobContainerRetriesTests.testReadNonexistentBlobThrowsNoSuchFileException(AzureBlobContainerRetriesTests.java:200)

        Caused by:
        reactor.core.Exceptions$ReactiveException: java.util.concurrent.TimeoutException: Did not observe any item or terminal signal within 1000ms in 'source(MonoDefer)' (and no fallback has been configured)
            at app//reactor.core.Exceptions.propagate(Exceptions.java:408)
...

This is a known flaky test mentioned in issue #6090

> Task :server:test

REPRODUCE WITH: ./gradlew ':server:test' --tests "org.opensearch.cluster.routing.ShardMovementStrategyTests.testClusterGreenAfterPartialRelocationNoPreferenceShardMovementPrimaryFirstEnabled" -Dtests.seed=CB4E8D2D5342FBAD -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=zh-Hans-SG -Dtests.timezone=Europe/Zurich -Druntime.java=17

org.opensearch.cluster.routing.ShardMovementStrategyTests > testClusterGreenAfterPartialRelocationNoPreferenceShardMovementPrimaryFirstEnabled FAILED
    java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([CB4E8D2D5342FBAD]:0)
...

This is caused by timeout, not by the specific test.

@tlfeng tlfeng closed this as completed Aug 7, 2023
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

2 participants