CRZbulabula commented on code in PR #8643:
URL: https://github.com/apache/iotdb/pull/8643#discussion_r1058693908
##########
integration-test/src/test/java/org/apache/iotdb/confignode/it/cluster/IoTDBClusterNodeErrorStartUpIT.java:
##########
@@ -240,7 +247,8 @@ public void testIllegalNodeRestart()
// Shutdown and check
EnvFactory.getEnv().shutdownConfigNode(1);
EnvFactory.getEnv().shutdownDataNode(0);
- while (true) {
+ int retryTimes;
+ for (retryTimes = 0; retryTimes < maxRetryTimes; retryTimes++) {
Review Comment:
These codes are cherry-picked from the master
--
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]