Skip to content

Commit

Permalink
[Test mute] DocumentSubsetBitsetCacheTests.testCacheUnderConcurrentAc…
Browse files Browse the repository at this point in the history
…cess (#91486) (#91488)

AwaitsFix #91471

Relates: #91471, #51914

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
ywangd and elasticmachine committed Nov 14, 2022
1 parent 013d18e commit 69a6011
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ public void testIndexLookupIsClearedWhenBitSetIsEvicted() throws Exception {
});
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/91471")
public void testCacheUnderConcurrentAccess() throws Exception {
// This value is based on the internal implementation details of lucene's FixedBitSet
// If the implementation changes, this can be safely updated to match the new ram usage for a single bitset
Expand Down

0 comments on commit 69a6011

Please sign in to comment.