maobaolong commented on code in PR #2325:
URL: 
https://github.com/apache/incubator-uniffle/pull/2325#discussion_r1906229477


##########
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:
   @maobaolong I added a new comment above this line. This sleep to make sure 
the last modification time of the `tempConfFilePath` file changed.



##########
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:
   @jerqi I added a new comment above this line. This sleep to make sure the 
last modification time of the `tempConfFilePath` file changed.



-- 
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]

Reply via email to