mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 03:25:15 +00:00
SOLR-13844: Fixing tests related to ShardTerms recovery removal (#995)
This commit is contained in:
parent
c37d011974
commit
5c7215fabf
@ -131,7 +131,7 @@ public class ZkShardTermsTest extends SolrCloudTestCase {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testCoreRemovalWhileRecovering() {
|
public void testCoreRemovalWhileRecovering() {
|
||||||
String collection = "recoveringFlag";
|
String collection = "recoveringFlagRemoval";
|
||||||
try (ZkShardTerms zkShardTerms = new ZkShardTerms(collection, "shard1", cluster.getZkClient())) {
|
try (ZkShardTerms zkShardTerms = new ZkShardTerms(collection, "shard1", cluster.getZkClient())) {
|
||||||
// List all possible orders of ensureTermIsHigher, startRecovering, doneRecovering
|
// List all possible orders of ensureTermIsHigher, startRecovering, doneRecovering
|
||||||
zkShardTerms.registerTerm("replica1_rem");
|
zkShardTerms.registerTerm("replica1_rem");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user