SOLR-13050: Fix the test so that .system events are collected again.

This commit is contained in:
Andrzej Bialecki 2019-01-02 22:11:57 +01:00
parent a1c6e642aa
commit e5fda5d6f1
1 changed files with 2 additions and 1 deletions

View File

@ -98,6 +98,7 @@ 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);