You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,7 @@ public void testCreateUserIdempotent() throws Exception {
311
311
"create database root.sg1",
312
312
"count databases",
313
313
"count,",
314
-
Collections.singleton("1,"));
314
+
Collections.singleton("2,"));
315
315
}
316
316
317
317
@Test
@@ -333,7 +333,7 @@ public void testGrantRoleToUserIdempotent() throws Exception {
333
333
"create database root.sg1",
334
334
"count databases",
335
335
"count,",
336
-
Collections.singleton("1,"));
336
+
Collections.singleton("2,"));
337
337
}
338
338
339
339
@Test
@@ -346,7 +346,7 @@ public void testRevokeUserIdempotent() throws Exception {
346
346
"create database root.sg1",
347
347
"count databases",
348
348
"count,",
349
-
Collections.singleton("1,"));
349
+
Collections.singleton("2,"));
350
350
}
351
351
352
352
@Test
@@ -371,7 +371,7 @@ public void testRevokeRoleFromUserIdempotent() throws Exception {
371
371
"create database root.sg1",
372
372
"count databases",
373
373
"count,",
374
-
Collections.singleton("1,"));
374
+
Collections.singleton("2,"));
375
375
}
376
376
377
377
@Test
@@ -382,7 +382,7 @@ public void testDropUserIdempotent() throws Exception {
0 commit comments