You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2019/01/16 10:20:53 UTC

[lucene-solr] branch master updated: LUCENE-8641: add awaits fix to stop jenkins from creating subsequent alerts for this problem.

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 09778b2  LUCENE-8641: add awaits fix to stop jenkins from creating subsequent alerts for this problem.
09778b2 is described below

commit 09778b2133fa1ecdcf58a3a8a494d92654084906
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Wed Jan 16 11:20:11 2019 +0100

    LUCENE-8641: add awaits fix to stop jenkins from creating subsequent alerts for this problem.
---
 lucene/core/src/test/org/apache/lucene/search/TermInSetQueryTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lucene/core/src/test/org/apache/lucene/search/TermInSetQueryTest.java b/lucene/core/src/test/org/apache/lucene/search/TermInSetQueryTest.java
index caabfef..aba8f23 100644
--- a/lucene/core/src/test/org/apache/lucene/search/TermInSetQueryTest.java
+++ b/lucene/core/src/test/org/apache/lucene/search/TermInSetQueryTest.java
@@ -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);