mirror of
https://github.com/apache/lucene.git
synced 2025-02-10 03:55:46 +00:00
SOLR-12028: Remove TestCloudConsistency BadApples after beasting
This commit is contained in:
parent
3a73d4b2d6
commit
25ebe0e35f
@ -88,13 +88,11 @@ public class TestCloudConsistency extends SolrCloudTestCase {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 26-Mar-2018
|
|
||||||
public void testOutOfSyncReplicasCannotBecomeLeader() throws Exception {
|
public void testOutOfSyncReplicasCannotBecomeLeader() throws Exception {
|
||||||
testOutOfSyncReplicasCannotBecomeLeader(false);
|
testOutOfSyncReplicasCannotBecomeLeader(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028") // 26-Mar-2018
|
|
||||||
public void testOutOfSyncReplicasCannotBecomeLeaderAfterRestart() throws Exception {
|
public void testOutOfSyncReplicasCannotBecomeLeaderAfterRestart() throws Exception {
|
||||||
testOutOfSyncReplicasCannotBecomeLeader(true);
|
testOutOfSyncReplicasCannotBecomeLeader(true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user