Fix TestPullReplica.testKillLeader

Somewhere along the way, this was broken and since the test is being excluded, nobody noticed
This commit is contained in:
Tomas Fernandez Lobbe 2019-02-20 21:15:29 -08:00
parent bcd90f1561
commit 6e81def01c
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ public class TestPullReplica extends SolrCloudTestCase {
if (removeReplica) {
CollectionAdminRequest.addReplicaToShard(collectionName, "shard1", Replica.Type.NRT).process(cluster.getSolrClient());
} else {
leaderJetty.stop();
leaderJetty.start();
}
waitForState("Expected collection to be 1x2", collectionName, clusterShape(1, 2));
unIgnoreException("No registered leader was found"); // Should have a leader from now on