Skip to content

Commit fc581dc

Browse files
authored
Fix pipe lifecycle restart order in IT (#17962) (#17968)
(cherry picked from commit db27f78)
1 parent 44ed857 commit fc581dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

integration-test/src/test/java/org/apache/iotdb/pipe/it/autocreate/IoTDBPipeLifeCycleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ public void testLifeCycleWithClusterRestart() throws Exception {
448448
}
449449

450450
try {
451-
TestUtils.restartCluster(senderEnv);
452451
TestUtils.restartCluster(receiverEnv);
452+
TestUtils.restartCluster(senderEnv);
453453
} catch (final Throwable e) {
454454
e.printStackTrace();
455455
return;

0 commit comments

Comments
 (0)