You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by da...@apache.org on 2018/05/16 07:55:34 UTC

lucene-solr:master: SOLR-12028: Remove TestCloudConsistency BadApples after beasting

Repository: lucene-solr
Updated Branches:
  refs/heads/master 3a73d4b2d -> 25ebe0e35


SOLR-12028: Remove TestCloudConsistency BadApples after beasting


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

Branch: refs/heads/master
Commit: 25ebe0e35fb43ab581a773a968732992e78eaae1
Parents: 3a73d4b
Author: Cao Manh Dat <da...@apache.org>
Authored: Wed May 16 14:55:11 2018 +0700
Committer: Cao Manh Dat <da...@apache.org>
Committed: Wed May 16 14:55:11 2018 +0700

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/25ebe0e3/solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java b/solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java
index 489e7c2..b70a5a5 100644
--- a/solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java
+++ b/solr/core/src/test/org/apache/solr/cloud/TestCloudConsistency.java
@@ -88,13 +88,11 @@ public class TestCloudConsistency extends SolrCloudTestCase {
   }
 
   @Test
-  @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 26-Mar-2018
   public void testOutOfSyncReplicasCannotBecomeLeader() throws Exception {
     testOutOfSyncReplicasCannotBecomeLeader(false);
   }
 
   @Test
-  @BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 26-Mar-2018
   public void testOutOfSyncReplicasCannotBecomeLeaderAfterRestart() throws Exception {
     testOutOfSyncReplicasCannotBecomeLeader(true);
   }