Skip to content

Commit

Permalink
Update IoTDBPipeTableManualIT.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Caideyipi committed Jan 9, 2025
1 parent 1be0e3f commit 1dce070
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ public void testTableSync() throws Exception {

Assert.assertEquals(TSStatusCode.SUCCESS_STATUS.getStatusCode(), status.getCode());

Assert.assertEquals(
TSStatusCode.SUCCESS_STATUS.getStatusCode(), client.startPipe("testPipe").getCode());

final String dbName = "test";
TableModelUtils.createDatabase(senderEnv, dbName, 300);

Expand Down Expand Up @@ -219,9 +216,6 @@ public void testNoTree() throws Exception {

Assert.assertEquals(TSStatusCode.SUCCESS_STATUS.getStatusCode(), status.getCode());

Assert.assertEquals(
TSStatusCode.SUCCESS_STATUS.getStatusCode(), client.startPipe("testPipe").getCode());

if (!TestUtils.tryExecuteNonQueriesWithRetry(
senderEnv,
Arrays.asList(
Expand Down

0 comments on commit 1dce070

Please sign in to comment.