Skip to content

Commit 38b7a82

Browse files
committed
111
1 parent 88eba57 commit 38b7a82

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

fluss-client/src/test/java/com/alibaba/fluss/client/table/FlussFailServerTableITCase.java

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
package com.alibaba.fluss.client.table;
1818

19-
import com.alibaba.fluss.client.Connection;
20-
import com.alibaba.fluss.client.admin.Admin;
2119
import com.alibaba.fluss.client.admin.ClientToServerITCaseBase;
2220
import com.alibaba.fluss.client.scanner.ScanRecord;
2321
import com.alibaba.fluss.client.scanner.log.LogScan;
@@ -29,7 +27,6 @@
2927
import com.alibaba.fluss.row.InternalRow;
3028
import com.alibaba.fluss.row.indexed.IndexedRow;
3129

32-
import org.junit.jupiter.api.AfterEach;
3330
import org.junit.jupiter.api.BeforeEach;
3431
import org.junit.jupiter.api.Test;
3532

@@ -48,8 +45,6 @@
4845
class FlussFailServerTableITCase extends ClientToServerITCaseBase {
4946

5047
private static final int SERVER = 0;
51-
private Connection conn;
52-
protected Admin admin;
5348

5449
@BeforeEach
5550
void beforeEach() throws Exception {
@@ -60,19 +55,6 @@ void beforeEach() throws Exception {
6055
super.setup();
6156
}
6257

63-
@AfterEach
64-
protected void teardown() throws Exception {
65-
if (admin != null) {
66-
admin.close();
67-
admin = null;
68-
}
69-
70-
if (conn != null) {
71-
conn.close();
72-
conn = null;
73-
}
74-
}
75-
7658
@Test
7759
void testAppend() throws Exception {
7860
TablePath tablePath = TablePath.of("test_db_1", "test_fail_append_table_1");

0 commit comments

Comments
 (0)