Skip to content

Commit 67c8eb6

Browse files
committed
IT-fix
1 parent 21ee901 commit 67c8eb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/manual/IoTDBPipePermissionIT.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,9 @@ public void testSourcePermission() {
360360
TestUtils.executeNonQuery(senderEnv, "create database root.test1");
361361

362362
// Shall be transferred
363+
// The root.test may or may not be transferred due to delayed start of the config source
363364
TestUtils.assertDataEventuallyOnEnv(
364-
receiverEnv, "count databases root.tes*", "count,", Collections.singleton("1,"));
365+
receiverEnv, "count databases root.test1", "count,", Collections.singleton("1,"));
365366

366367
// Alter pipe, throw exception if no privileges
367368
try (final Connection connection = senderEnv.getConnection();

0 commit comments

Comments
 (0)