You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sh...@apache.org on 2018/10/04 01:49:20 UTC

lucene-solr:branch_7x: SOLR-12524: Marking the test as AwaitsFix

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x ba35bd54b -> f3686962a


SOLR-12524: Marking the test as AwaitsFix

(cherry picked from commit 554ac64666a16ac88d84a15ac1acdc62cd04712e)


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

Branch: refs/heads/branch_7x
Commit: f3686962a718a71142740d0a666231c3fb3fe40c
Parents: ba35bd5
Author: Shalin Shekhar Mangar <sh...@apache.org>
Authored: Thu Oct 4 06:53:10 2018 +0530
Committer: Shalin Shekhar Mangar <sh...@apache.org>
Committed: Thu Oct 4 07:19:07 2018 +0530

----------------------------------------------------------------------
 .../src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java  | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/f3686962/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java b/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java
index a11b9ac..6be951d 100644
--- a/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java
@@ -44,6 +44,7 @@ public class CdcrBidirectionalTest extends SolrTestCaseJ4 {
   private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
 
   @Test
+  @AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-12524")
   public void testBiDir() throws Exception {
     MiniSolrCloudCluster cluster2 = new MiniSolrCloudCluster(1, createTempDir("cdcr-cluster2"), buildJettyConfig("/solr"));
     cluster2.waitForAllNodes(30);