mirror of https://github.com/apache/lucene.git
SOLR-13050: Fix the test so that .system events are collected again.
This commit is contained in:
parent
a1c6e642aa
commit
e5fda5d6f1
|
@ -98,6 +98,7 @@ public class TestSimLargeCluster extends SimSolrCloudTestCase {
|
||||||
// disable .auto_add_replicas (once it exists)
|
// disable .auto_add_replicas (once it exists)
|
||||||
CloudTestUtils.waitForTriggerToBeScheduled(cluster, ".auto_add_replicas");
|
CloudTestUtils.waitForTriggerToBeScheduled(cluster, ".auto_add_replicas");
|
||||||
CloudTestUtils.suspendTrigger(cluster, ".auto_add_replicas");
|
CloudTestUtils.suspendTrigger(cluster, ".auto_add_replicas");
|
||||||
|
cluster.getSimClusterStateProvider().createSystemCollection();
|
||||||
|
|
||||||
waitForSeconds = 5;
|
waitForSeconds = 5;
|
||||||
triggerStartedCount.set(0);
|
triggerStartedCount.set(0);
|
||||||
|
|
Loading…
Reference in New Issue