mirror of https://github.com/apache/lucene.git
SOLR-13844: Fixing tests related to ShardTerms recovery removal (#995)
This commit is contained in:
parent
37059eb594
commit
f4eea9b2f5
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue