File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
fluss-client/src/test/java/com/alibaba/fluss/client/table Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 1616
1717package com .alibaba .fluss .client .table ;
1818
19- import com .alibaba .fluss .client .Connection ;
20- import com .alibaba .fluss .client .admin .Admin ;
2119import com .alibaba .fluss .client .admin .ClientToServerITCaseBase ;
2220import com .alibaba .fluss .client .scanner .ScanRecord ;
2321import com .alibaba .fluss .client .scanner .log .LogScan ;
2927import com .alibaba .fluss .row .InternalRow ;
3028import com .alibaba .fluss .row .indexed .IndexedRow ;
3129
32- import org .junit .jupiter .api .AfterEach ;
3330import org .junit .jupiter .api .BeforeEach ;
3431import org .junit .jupiter .api .Test ;
3532
4845class 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" );
You can’t perform that action at this time.
0 commit comments