You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2017/02/21 23:07:19 UTC

lucene-solr:master: SOLR-10126: @BadApple this test, fails frequently on Jenkins cluster.

Repository: lucene-solr
Updated Branches:
  refs/heads/master e9e02a231 -> 3771e7d2c


SOLR-10126: @BadApple this test, fails frequently on Jenkins cluster.


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3771e7d2
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3771e7d2
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3771e7d2

Branch: refs/heads/master
Commit: 3771e7d2c7df4df0c3771a1c6aaa05ce16d58b43
Parents: e9e02a2
Author: markrmiller <ma...@apache.org>
Authored: Tue Feb 21 18:05:41 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Tue Feb 21 18:05:41 2017 -0500

----------------------------------------------------------------------
 .../src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java    | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3771e7d2/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java b/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
index 57784b6..416e95e 100644
--- a/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/PeerSyncReplicationTest.java
@@ -37,6 +37,7 @@ import com.codahale.metrics.MetricRegistry;
 import com.codahale.metrics.Timer;
 import org.apache.commons.lang.RandomStringUtils;
 import org.apache.lucene.util.LuceneTestCase.Slow;
+import org.apache.lucene.util.LuceneTestCase.BadApple;
 import org.apache.solr.client.solrj.SolrQuery;
 import org.apache.solr.client.solrj.SolrServerException;
 import org.apache.solr.client.solrj.request.UpdateRequest;
@@ -62,6 +63,7 @@ import static java.util.concurrent.TimeUnit.SECONDS;
  * This test is modeled after SyncSliceTest
  */
 @Slow
+@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10126")
 public class PeerSyncReplicationTest extends AbstractFullDistribZkTestBase {
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());