[ https://issues.apache.org/jira/browse/TRAFODION-2823?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16290015#comment-16290015 ]
ASF GitHub Bot commented on TRAFODION-2823: ------------------------------------------- Github user DaveBirdsall commented on a diff in the pull request: https://github.com/apache/incubator-trafodion/pull/1320#discussion_r156799988 --- Diff: dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test/TestNetworkTimeout.java --- @@ -64,10 +72,19 @@ public void testGetNetworkTimeout() { Connection conn = null; try { System.out.println("Connecting to database..."); - conn = Utils.getUserConnection(); + conn = Utils.getUserConnection();S --- End diff -- The extra "S" at the end of the line appears to be causing the JDBC build failure > some test case donot close connection > ------------------------------------- > > Key: TRAFODION-2823 > URL: https://issues.apache.org/jira/browse/TRAFODION-2823 > Project: Apache Trafodion > Issue Type: Bug > Reporter: Gong Pengju > Priority: Minor > > some classes in > incubator-trafodion/dcs/src/test/jdbc_test/src/test/java/org/trafodion/jdbc_test > do not close statement and connection, which will lead to no connection can > be use. > classes include : > PropTest.java > TestNetworkTimeout.java > TestWrap.java -- This message was sent by Atlassian JIRA (v6.4.14#64029)