walterddr commented on a change in pull request #8390:
URL: https://github.com/apache/pinot/pull/8390#discussion_r836670152
##########
File path:
pinot-controller/src/test/java/org/apache/pinot/controller/helix/core/minion/PinotTaskManagerStatelessTest.java
##########
@@ -163,6 +163,8 @@ public void testPinotTaskManagerSchedulerWithRestart()
// Restart controller
stopController();
startController(properties);
+ // wait for controller to start correctly.
+ Thread.sleep(1000);
Review comment:
yeah. for some unknown reason this test will fail if I dont wait. i can
do a "TestUtils.waitUntilCondition" instead.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]