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:51 UTC

[lucene-solr] branch branch_7x 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 branch_7x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


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

commit d11a59515ad1da1e8963cbba96d3b7ab7de99507
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 ee14c3b..10761cb 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 = 1000 + random().nextInt(1000);