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/confignode/it/partition/IoTDBAutoRegionGroupExtension2IT.java
Copy file name to clipboardExpand all lines: integration-test/src/test/java/org/apache/iotdb/confignode/it/partition/IoTDBAutoRegionGroupExtensionIT.java
Copy file name to clipboardExpand all lines: integration-test/src/test/java/org/apache/iotdb/pipe/it/dual/treemodel/auto/enhanced/IoTDBPipeIdempotentIT.java
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ public void testDeleteTimeSeriesIdempotent() throws Exception {
175
175
"create database root.sg",
176
176
"count databases",
177
177
"count,",
178
-
Collections.singleton("2,"));
178
+
Collections.singleton("3,"));
179
179
}
180
180
181
181
@Test
@@ -186,7 +186,7 @@ public void testCreateTemplateIdempotent() throws Exception {
186
186
"create database root.sg1",
187
187
"count databases",
188
188
"count,",
189
-
Collections.singleton("1,"));
189
+
Collections.singleton("2,"));
190
190
}
191
191
192
192
@Test
@@ -198,7 +198,7 @@ public void testExtendTemplateIdempotent() throws Exception {
198
198
"create database root.sg1",
199
199
"count databases",
200
200
"count,",
201
-
Collections.singleton("1,"));
201
+
Collections.singleton("2,"));
202
202
}
203
203
204
204
@Test
@@ -210,7 +210,7 @@ public void testDropTemplateIdempotent() throws Exception {
210
210
"create database root.sg1",
211
211
"count databases",
212
212
"count,",
213
-
Collections.singleton("1,"));
213
+
Collections.singleton("2,"));
214
214
}
215
215
216
216
@Test
@@ -223,7 +223,7 @@ public void testSetTemplateIdempotent() throws Exception {
223
223
"create database root.sg2",
224
224
"count databases",
225
225
"count,",
226
-
Collections.singleton("2,"));
226
+
Collections.singleton("3,"));
227
227
}
228
228
229
229
@Test
@@ -237,7 +237,7 @@ public void testUnsetTemplateIdempotent() throws Exception {
237
237
"create database root.sg2",
238
238
"count databases",
239
239
"count,",
240
-
Collections.singleton("2,"));
240
+
Collections.singleton("3,"));
241
241
}
242
242
243
243
@Test
@@ -267,7 +267,7 @@ public void testDeactivateTemplateIdempotent() throws Exception {
267
267
"create database root.sg2",
268
268
"count databases",
269
269
"count,",
270
-
Collections.singleton("2,"));
270
+
Collections.singleton("3,"));
271
271
}
272
272
273
273
@Test
@@ -278,7 +278,7 @@ public void testCreateDatabaseIdempotent() throws Exception {
278
278
"create database root.sg2",
279
279
"count databases",
280
280
"count,",
281
-
Collections.singleton("2,"));
281
+
Collections.singleton("3,"));
282
282
}
283
283
284
284
@Test
@@ -289,7 +289,7 @@ public void testAlterDatabaseIdempotent() throws Exception {
289
289
"create database root.sg2",
290
290
"count databases",
291
291
"count,",
292
-
Collections.singleton("2,"));
292
+
Collections.singleton("3,"));
293
293
}
294
294
295
295
@Test
@@ -300,7 +300,7 @@ public void testDropDatabaseIdempotent() throws Exception {
300
300
"create database root.sg2",
301
301
"count databases",
302
302
"count,",
303
-
Collections.singleton("1,"));
303
+
Collections.singleton("2,"));
304
304
}
305
305
306
306
@Test
@@ -322,7 +322,7 @@ public void testCreateRoleIdempotent() throws Exception {
322
322
"create database root.sg1",
323
323
"count databases",
324
324
"count,",
325
-
Collections.singleton("1,"));
325
+
Collections.singleton("2,"));
326
326
}
327
327
328
328
@Test
@@ -357,7 +357,7 @@ public void testRevokeRoleIdempotent() throws Exception {
357
357
"create database root.sg1",
358
358
"count databases",
359
359
"count,",
360
-
Collections.singleton("1,"));
360
+
Collections.singleton("2,"));
361
361
}
362
362
363
363
@Test
@@ -393,7 +393,7 @@ public void testDropRoleIdempotent() throws Exception {
0 commit comments