Skip to content

Commit

Permalink
Delete test case
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoyuyu committed Sep 27, 2024
1 parent 0d0442f commit f904b6d
Showing 1 changed file with 0 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,47 +75,6 @@ public void setUp() {
receiverEnv.initClusterEnvironment();
}

@Test
public void testRangePortsUnavailable() {
doTest(
"iotdb-thrift-async-connector",
receiverEnv.getIP() + ":" + receiverEnv.getPort(),
"range",
"1026",
"1025",
0,
10000,
0);
}

// Test Port Insufficient
@Test
public void testRangePortsAvailable() {
doTest(
"iotdb-thrift-async-connector",
receiverEnv.getIP() + ":" + receiverEnv.getPort(),
"range",
"1024",
"1025",
0,
10000,
0);
}

// Test Port Insufficient
@Test
public void testCandidatePortsAvailable() {
doTest(
"iotdb-thrift-async-connector",
receiverEnv.getIP() + ":" + receiverEnv.getPort(),
"candidate",
null,
null,
4,
10000,
0);
}

@Test
public void testAsyncPortRange() {
doTest(
Expand Down

0 comments on commit f904b6d

Please sign in to comment.