Skip to content

Commit fef2e10

Browse files
committed
Fix CI bug
1 parent 6ad3da0 commit fef2e10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration-test/src/test/java/org/apache/iotdb/ainode/it/AINodeModelManageIT.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public void userDefinedModelManagementTestInTree() throws SQLException, Interrup
7979
statement,
8080
"create model origin_chronos using uri \"file:///data/chronos2_origin\"",
8181
"1505: 't5' is already used by a Transformers config, pick another name.");
82+
statement.execute("drop model origin_chronos");
8283
}
8384
}
8485

@@ -94,6 +95,7 @@ public void userDefinedModelManagementTestInTable() throws SQLException, Interru
9495
statement,
9596
"create model origin_chronos using uri \"file:///data/chronos2_origin\"",
9697
"1505: 't5' is already used by a Transformers config, pick another name.");
98+
statement.execute("drop model origin_chronos");
9799
}
98100
}
99101

0 commit comments

Comments
 (0)