SOLR-13844: Fixing tests related to ShardTerms recovery removal (#995)

This commit is contained in:
Houston Putman 2019-11-06 12:24:56 -05:00 committed by Cao Manh Dat
parent c37d011974
commit 5c7215fabf
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class ZkShardTermsTest extends SolrCloudTestCase {
@Test
public void testCoreRemovalWhileRecovering() {
String collection = "recoveringFlag";
String collection = "recoveringFlagRemoval";
try (ZkShardTerms zkShardTerms = new ZkShardTerms(collection, "shard1", cluster.getZkClient())) {
// List all possible orders of ensureTermIsHigher, startRecovering, doneRecovering
zkShardTerms.registerTerm("replica1_rem");