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