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] org.opensearch.telemetry.tracing.DefaultTracerTests.testSpanAcrossThreads is flaky #9860

Closed
harishbhakuni opened this issue Sep 7, 2023 · 2 comments
Assignees
Labels
bug Something isn't working flaky-test Random test failure that succeeds on second run

Comments

@harishbhakuni
Copy link
Contributor

Describe the bug
org.opensearch.telemetry.tracing.DefaultTracerTests.testSpanAcrossThreads is flaky.

getting java.lang.AssertionError: expected:org.opensearch.test.telemetry.tracing.MockSpan@710d0529 but was:

To Reproduce
REPRODUCE WITH: ./gradlew ':libs:opensearch-telemetry:test' --tests "org.opensearch.telemetry.tracing.DefaultTracerTests.testSpanAcrossThreads" -Dtests.seed=FD83D787DE9D75AC -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=es-US -Dtests.timezone=America/Guayaquil -Druntime.java=20

Expected behavior
test should always 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
Add any other context about the problem here.

@harishbhakuni harishbhakuni added bug Something isn't working untriaged labels Sep 7, 2023
@kotwanikunal kotwanikunal added the flaky-test Random test failure that succeeds on second run label Sep 19, 2023
@Gaganjuneja
Copy link
Contributor

This has already been fixed as part of this fix - #9782

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

4 participants