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.cache.common.tier.TieredSpilloverCacheTests.testComputeIfAbsentConcurrently is flaky #14544

Closed
sgup432 opened this issue Jun 25, 2024 · 0 comments · Fixed by #14550
Assignees
Labels
flaky-test Random test failure that succeeds on second run Search:Performance

Comments

@sgup432
Copy link
Contributor

sgup432 commented Jun 25, 2024

Describe the bug

Above test is flaky. I was able to reproduce this locally in my mac.
This happened due to recent change - #14187

java.lang.AssertionError: expected:<1> but was:<2>
        at __randomizedtesting.SeedInfo.seed([984EACE92BF7BEA3:19F5DBDDD5B8F6CD]:0)
        at org.junit.Assert.fail(Assert.java:89)
        at org.junit.Assert.failNotEquals(Assert.java:835)
        at org.junit.Assert.assertEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:633)
        at org.opensearch.cache.common.tier.TieredSpilloverCacheTests.testComputeIfAbsentConcurrently(TieredSpilloverCacheTests.java:832)

Related component

Search:Performance

To Reproduce

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Test should not fail

Additional Details

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.

@sgup432 sgup432 added the bug Something isn't working label Jun 25, 2024
@sgup432 sgup432 self-assigned this Jun 25, 2024
@mch2 mch2 added flaky-test Random test failure that succeeds on second run and removed bug Something isn't working untriaged labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Random test failure that succeeds on second run Search:Performance
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants