Mute DocumentSubsetBitsetCacheTests.testCacheUnderConcurrentAccess (#52135)
Test does not always complete in expected time. Relates: #51914 Backport of: #52122
This commit is contained in:
parent
fa4dcd50d9
commit
4e4815355a
|
@ -337,6 +337,8 @@ public class DocumentSubsetBitsetCacheTests extends ESTestCase {
|
||||||
cache.verifyInternalConsistency();
|
cache.verifyInternalConsistency();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51914")
|
||||||
public void testCacheUnderConcurrentAccess() throws Exception {
|
public void testCacheUnderConcurrentAccess() throws Exception {
|
||||||
// This value is based on the internal implementation details of lucene's FixedBitSet
|
// 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
|
// If the implementation changes, this can be safely updated to match the new ram usage for a single bitset
|
||||||
|
|
Loading…
Reference in New Issue