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

[BUG] Flaky test org.opensearch.action.admin.ClientTimeoutIT.testSegmentReplicationStatsWithTimeout #6255

Closed
sachinpkale opened this issue Feb 9, 2023 · 3 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run

Comments

@sachinpkale
Copy link
Member

Describe the bug

  • Getting following error:
  2> java.lang.AssertionError: timed out waiting for green state
        at __randomizedtesting.SeedInfo.seed([CA9A15EE7B62C96A:56C5C8CB0C0195B3]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.opensearch.test.OpenSearchIntegTestCase.ensureColor(OpenSearchIntegTestCase.java:1001)
        at org.opensearch.test.OpenSearchIntegTestCase.ensureGreen(OpenSearchIntegTestCase.java:932)
        at org.opensearch.test.OpenSearchIntegTestCase.ensureGreen(OpenSearchIntegTestCase.java:921)
        at org.opensearch.action.admin.ClientTimeoutIT.testSegmentReplicationStatsWithTimeout(ClientTimeoutIT.java:177)

To Reproduce

./gradlew ':server:internalClusterTest' --tests "org.opensearch.action.admin.ClientTimeoutIT.testSegmentReplicationStatsWithTimeout" -Dtests.seed=CA9A15EE7B62C96A -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=is-IS -Dtests.timezone=Africa/Monrovia -Druntime.java=19
@sachinpkale sachinpkale added bug Something isn't working untriaged labels Feb 9, 2023
@sachinpkale
Copy link
Member Author

cc: @Rishikesh1159

@Rishikesh1159
Copy link
Member

Thanks @sachinpkale for opening the issue, looks like a flaky test went in my recent PR. I will try to put out a fix for this quickly until then I am muting this test with PR: #6256. Please review this PR if you can

@Rishikesh1159
Copy link
Member

Closing this issue. PR:#6268 fixed this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run
Projects
None yet
Development

No branches or pull requests

3 participants