You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2019/02/08 23:08:26 UTC

[lucene-solr] branch branch_7x updated: SOLR-13236: AwaitsFix problematic (and deprecated) LIROnShardRestartTest

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

hossman 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 2714bb3  SOLR-13236: AwaitsFix problematic (and deprecated) LIROnShardRestartTest
2714bb3 is described below

commit 2714bb31066c4c66b1ab19dc7e74fa9ec3508f76
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Fri Feb 8 16:07:43 2019 -0700

    SOLR-13236: AwaitsFix problematic (and deprecated) LIROnShardRestartTest
---
 solr/core/src/test/org/apache/solr/cloud/LIROnShardRestartTest.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/LIROnShardRestartTest.java b/solr/core/src/test/org/apache/solr/cloud/LIROnShardRestartTest.java
index 54742a9..70c8c16 100644
--- a/solr/core/src/test/org/apache/solr/cloud/LIROnShardRestartTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/LIROnShardRestartTest.java
@@ -49,6 +49,7 @@ import org.junit.BeforeClass;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+@LuceneTestCase.AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13236")
 @LuceneTestCase.Nightly
 @LuceneTestCase.Slow
 @Deprecated