Skip to content

Commit bbe750e

Browse files
author
chengyitian
committed
Merge remote-tracking branch 'origin/dev-streaming_highavai' into dev-streaming_highavai
2 parents 004f5f0 + ae33dc6 commit bbe750e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/com/xxdb/compatibility_testing/release130/streaming/ThreadPooledClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public static void login() {
6363

6464
@Before
6565
public void setUp() throws IOException {
66+
try{clear_env();}catch (Exception e){}
6667
try {
6768
String script0 = "login(`admin,`123456);" +
6869
"try{undef(`Trades, SHARED);}catch(ex){};"+
@@ -80,7 +81,6 @@ public void setUp() throws IOException {
8081
} catch (IOException e) {
8182
e.printStackTrace();
8283
}
83-
clear_env();
8484
}
8585

8686
@After

0 commit comments

Comments
 (0)