jerqi commented on code in PR #2325:
URL:
https://github.com/apache/incubator-uniffle/pull/2325#discussion_r1905312144
##########
integration-test/common/src/test/java/org/apache/uniffle/test/CoordinatorReconfigureNodeMaxTest.java:
##########
@@ -131,9 +131,11 @@ public void testReconfigureNodeMax() throws Exception {
assertEquals(5, info.getServerToPartitionRanges().keySet().size());
// case3: recover its value to 10
+ Thread.sleep(1000L);
Review Comment:
We should `Awaitility.await`.
--
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]