Skip to content

Commit 1051f30

Browse files
committed
fix
1 parent 4bda57a commit 1051f30

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/basic/IoTDBPipeDataSinkIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,8 @@ public void testTransferMods() {
589589
Collections.singleton("5,"));
590590

591591
TestUtils.executeNonQueries(
592-
senderEnv, Arrays.asList("drop pipe test_history", "drop pipe test_realtime"));
592+
senderEnv,
593+
Arrays.asList("drop pipe if exists test_history", "drop pipe if exists test_realtime"));
593594

594595
TestUtils.executeNonQuery(receiverEnv, "drop database root.**");
595596

0 commit comments

Comments
 (0)