Skip to content

[BUG] org.opensearch.cache.common.tier.TieredSpilloverCacheTests.testComputeIfAbsentConcurrently is flaky #14544

@sgup432

Description

@sgup432

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions