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/22 16:23:29 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x bc91e86cd -> 49739e9d4


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/49739e9d
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/49739e9d
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/49739e9d

Branch: refs/heads/branch_6x
Commit: 49739e9d437b417f3df5fd0743426dbfe25bcb53
Parents: bc91e86
Author: markrmiller <ma...@apache.org>
Authored: Thu Feb 9 02:50:38 2017 -0500
Committer: markrmiller <ma...@apache.org>
Committed: Wed Feb 22 11:23:21 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/49739e9d/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());