GitHub user gpj1987 opened a pull request: https://github.com/apache/incubator-trafodion/pull/1320
TRAFODION-2823 some test case donot close connection 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 You can merge this pull request into a Git repository by running: $ git pull https://github.com/gpj1987/incubator-trafodion TRAFODION-2823 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-trafodion/pull/1320.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1320 ---- commit 47ec58764ffaa4381f65c5cf87a909b7f701b2f0 Author: gpj1987 <gpj1...@gmail.com> Date: 2017-11-30T12:10:37Z TRAFODION-2823 some test case donot close connection ---- ---