LUCENE-8641: add awaits fix to stop jenkins from creating subsequent alerts for this problem.

This commit is contained in:
Dawid Weiss 2019-01-16 11:20:11 +01:00
parent 8b54b20fc4
commit 09778b2133
1 changed files with 1 additions and 0 deletions

View File

@ -173,6 +173,7 @@ public class TermInSetQueryTest extends LuceneTestCase {
QueryUtils.checkEqual(query1, query2);
}
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-8641")
public void testRamBytesUsed() {
List<BytesRef> terms = new ArrayList<>();
final int numTerms = 10000 + random().nextInt(1000);