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

[lucene-solr] branch master 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 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 e827dc2  SOLR-13237: AwaitsFix LeaderTragicEventTest until we can make the underlying corruption detection reliable
e827dc2 is described below

commit e827dc22347f597a33c61ae4b4604354627efccf
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
---
 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 9bb44f4..2cdd6eb 100644
--- a/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/LeaderTragicEventTest.java
@@ -29,6 +29,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;
@@ -49,6 +50,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());