devinbost commented on issue #6369: (Flaky-test) Intermittent failure of SimpleLoadManagerImplTest.setup() URL: https://github.com/apache/pulsar/issues/6369#issuecomment-588435371 This test is failing at `bkEnsemble.start()` here: ``` void setup() throws Exception { // Start local bookkeeper ensemble bkEnsemble = new LocalBookkeeperEnsemble(3, 0, () -> 0); bkEnsemble.start(); ``` It seems odd that it couldn't connect to Zookeeper for over 30 seconds (which is how long it takes for the Zookeeper timeout to take effect.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
