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] ClusterMetadataManifestTests testClusterMetadataManifestSerializationEqualsHashCode seems flaky #9688

Closed
ashking94 opened this issue Sep 1, 2023 · 0 comments · Fixed by #9728
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run untriaged

Comments

@ashking94
Copy link
Member

Describe the bug
org.opensearch.gateway.remote.ClusterMetadataManifestTests.testClusterMetadataManifestSerializationEqualsHashCode seems to be flaky. This is reproducible on main.

To Reproduce
Steps to reproduce the behavior:

./gradlew ':server:test' --tests "org.opensearch.gateway.remote.ClusterMetadataManifestTests.testClusterMetadataManifestSerializationEqualsHashCode" -Dtests.seed=EB8125221B0C744A -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=de-DE -Dtests.timezone=US/Alaska -Druntime.java=20

Expected behavior
Test should pass.

Plugins
Please list all plugins currently enabled.

Screenshots
If applicable, add screenshots to help explain your problem.

Host/Environment (please complete the following information):

  • OS: [e.g. iOS]
  • Version [e.g. 22]

Additional context
https://build.ci.opensearch.org/job/gradle-check/23952/

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 untriaged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants