mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
Merge pull request #2153 from navis/fix-testfail-DruidCoordinatorTest
Another try to fix DruidCoordinatorTest#testCoordinatorRun
This commit is contained in:
commit
d94821998f
@ -343,6 +343,9 @@ public class DruidCoordinatorTest extends CuratorTestBase
|
||||
Thread.sleep(50);
|
||||
}
|
||||
|
||||
// wait historical data to be updated
|
||||
Thread.sleep(druidCoordinatorConfig.getCoordinatorPeriod().getMillis());
|
||||
|
||||
Map<String, CountingMap<String>> replicationStatus = coordinator.getReplicationStatus();
|
||||
Assert.assertNotNull(replicationStatus);
|
||||
Assert.assertEquals(1, replicationStatus.entrySet().size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user