This commit is contained in:
zyyang 2020-11-04 14:51:29 +08:00
parent ae26d9ac43
commit 97945d8c68
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ public class TSDBDriverTest {
try { try {
if (islibLoaded) { if (islibLoaded) {
Connection conn = DriverManager.getConnection(jdbcUrl, connProps); Connection conn = DriverManager.getConnection(jdbcUrl, connProps);
System.out.println(conn);
assertNotNull("failure - connection should not be null", conn); assertNotNull("failure - connection should not be null", conn);
} }
} catch (SQLException e) { } catch (SQLException e) {