mirror of https://github.com/apache/druid.git
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…
Reference in New Issue