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] Fix flaky tests under StartReplicationIT #287

Closed
saikaranam-amazon opened this issue Jan 12, 2022 · 0 comments
Closed

[BUG] Fix flaky tests under StartReplicationIT #287

saikaranam-amazon opened this issue Jan 12, 2022 · 0 comments
Assignees
Labels
bug Something isn't working untriaged

Comments

@saikaranam-amazon
Copy link
Member

Describe the bug
Intermittent errors during CI workflow under StartReplicationIT

REPRODUCE WITH: ./gradlew ':integTest' --tests "org.opensearch.replication.integ.rest.StartReplicationIT.test leader stats" -Dtests.seed=95FE73AD2A5DC9E3 -Dtests.security.manager=true -Dtests.locale=es-VE -Dtests.timezone=America/Anchorage -Druntime.java=14

org.opensearch.replication.integ.rest.StartReplicationIT > test leader stats FAILED
    org.junit.ComparisonFailure: expected:<"[50]"> but was:<"[49]">
        at __randomizedtesting.SeedInfo.seed([95FE73AD2A5DC9E3:B67CBD92302A19A5]:0)
        at jdk.internal.reflect.GeneratedConstructorAccessor20.newInstance(Unknown Source)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
        at org.opensearch.replication.integ.rest.StartReplicationIT$test leader stats$1.run(StartReplicationIT.kt:1016)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1048)
        at org.opensearch.test.OpenSearchTestCase.assertBusy(OpenSearchTestCase.java:1021)
        at org.opensearch.replication.integ.rest.StartReplicationIT.test leader stats(StartReplicationIT.kt:1012)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant