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/03/06 20:30:14 UTC

[lucene-solr] branch branch_7x updated: SOLR-13237: AwaitsFix LeaderTragicEventTest until we can make the underlying corruption detection reliable

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 fe6df3e  SOLR-13237: AwaitsFix LeaderTragicEventTest until we can make the underlying corruption detection reliable
fe6df3e is described below

commit fe6df3e48524992bf9b95bc7a8cc5d857f322b49
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Wed Mar 6 13:29:29 2019 -0700

    SOLR-13237: AwaitsFix LeaderTragicEventTest until we can make the underlying corruption detection reliable
    
    (cherry picked from commit e827dc22347f597a33c61ae4b4604354627efccf)
---
 solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java b/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
index a87ef2e..fc73e14 100644
--- a/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
@@ -28,6 +28,7 @@ import java.util.Collections;
 import java.util.List;
 import org.apache.lucene.store.AlreadyClosedException;
 import org.apache.lucene.store.MockDirectoryWrapper;
+import org.apache.lucene.util.LuceneTestCase.AwaitsFix;
 import org.apache.solr.client.solrj.embedded.JettySolrRunner;
 import org.apache.solr.client.solrj.impl.HttpSolrClient;
 import org.apache.solr.client.solrj.impl.HttpSolrClient.RemoteSolrException;
@@ -48,6 +49,7 @@ import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
+@AwaitsFix(bugUrl="https://issues.apache.org/jira/browse/SOLR-13237")
 public class LeaderTragicEventTest extends SolrCloudTestCase {
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());