Mute DocumentSubsetBitsetCacheTests.testCacheUnderConcurrentAccess (#52135)

Test does not always complete in expected time.

Relates: #51914
Backport of: #52122
This commit is contained in:
Tim Vernum 2020-02-10 21:19:18 +11:00 committed by GitHub
parent fa4dcd50d9
commit 4e4815355a
1 changed files with 2 additions and 0 deletions

View File

@ -337,6 +337,8 @@ public class DocumentSubsetBitsetCacheTests extends ESTestCase {
cache.verifyInternalConsistency();
});
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/51914")
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