Knut Anders Hatlen created DERBY-5708:
-----------------------------------------
Summary: simpleThread test doesn't release connection
Key: DERBY-5708
URL: https://issues.apache.org/jira/browse/DERBY-5708
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.9.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
The simpleThread test, which is run by LangHarnessJavaTest, stores its connection in a static
field. It doesn't close the connection, or clear the static field, before returning. So the
connection is left open for the rest of the test run (potentially for the entire duration
of suites.All).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
|