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/09 07:50:59 UTC

lucene-solr:master: SOLR-10107: Add @BadApple

Repository: lucene-solr
Updated Branches:
  refs/heads/master 5738c293f -> aa20136bb


SOLR-10107: Add @BadApple


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

Branch: refs/heads/master
Commit: aa20136bb1cfce195a417d576aa3dc4e578413d4
Parents: 5738c29
Author: markrmiller <ma...@apache.org>
Authored: Thu Feb 9 02:50:38 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Thu Feb 9 02:50:38 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/aa20136b/solr/core/src/test/org/apache/solr/cloud/CdcrReplicationDistributedZkTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/CdcrReplicationDistributedZkTest.java b/solr/core/src/test/org/apache/solr/cloud/CdcrReplicationDistributedZkTest.java
index 3ba6186..35592ff 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CdcrReplicationDistributedZkTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CdcrReplicationDistributedZkTest.java
@@ -16,6 +16,7 @@
  */
 package org.apache.solr.cloud;
 
+import org.apache.lucene.util.LuceneTestCase.BadApple;
 import org.apache.lucene.util.LuceneTestCase.Nightly;
 import org.apache.solr.common.SolrInputDocument;
 import org.apache.solr.common.util.NamedList;
@@ -31,6 +32,7 @@ import java.util.List;
 import java.util.Map;
 
 @Nightly
+@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-10107")
 public class CdcrReplicationDistributedZkTest extends BaseCdcrDistributedZkTest {
 
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());