mirror of
https://github.com/apache/druid.git
synced 2025-02-14 22:15:11 +00:00
fix transient error in BrokerServerViewTest
This commit is contained in:
parent
f4567c995c
commit
479b09c2dd
@ -358,8 +358,6 @@ public class BrokerServerViewTest extends CuratorTestBase
|
||||
}
|
||||
};
|
||||
|
||||
baseView.start();
|
||||
|
||||
brokerServerView = new BrokerServerView(
|
||||
EasyMock.createMock(QueryToolChestWarehouse.class),
|
||||
EasyMock.createMock(QueryWatcher.class),
|
||||
@ -369,6 +367,8 @@ public class BrokerServerViewTest extends CuratorTestBase
|
||||
new HighestPriorityTierSelectorStrategy(new RandomServerSelectorStrategy()),
|
||||
new NoopServiceEmitter()
|
||||
);
|
||||
|
||||
baseView.start();
|
||||
}
|
||||
|
||||
private void setupZNodeForServer(DruidServer server) throws Exception
|
||||
|
Loading…
x
Reference in New Issue
Block a user