Jackie-Jiang commented on a change in pull request #8390:
URL: https://github.com/apache/pinot/pull/8390#discussion_r836706785
##########
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:
Let's check what is causing the flakiness, and use
`TestUtils.waitUntilCondition` to guard that condition
--
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]