Caideyipi commented on code in PR #12678:
URL: https://github.com/apache/iotdb/pull/12678#discussion_r1628999948
##########
integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeClusterIT.java:
##########
@@ -695,7 +705,13 @@ public void testSenderRestartWhenTransferring() throws
Exception {
return;
}
- TestUtils.restartCluster(senderEnv);
+ try {
+ TestUtils.restartCluster(senderEnv);
+ } catch (final Exception e) {
Review Comment:
Catch "Throwable" here because "TestUtils" throws AssertionError when the
cluster can't work....
--
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]