[
https://issues.apache.org/jira/browse/DERBY-2826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
V.Narayanan closed DERBY-2826.
------------------------------
Resolution: Won't Fix
DERBY-2907 made BaseJDBCTestCase close statements created with
BaseJDBCTestCase.createStatement() automatically in tearDown(). Hence a
separate patch for this issue will not be needed. Closing this issue as won't
fix.
> re-write jdbcapi/UpdatableResultSetTest.java to close the statements used in
> the fetch and fetchUpd methods
> -----------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2826
> URL: https://issues.apache.org/jira/browse/DERBY-2826
> Project: Derby
> Issue Type: Test
> Components: Test
> Reporter: V.Narayanan
> Priority: Minor
>
> The fetch and fetchUpd methods of jdbcapi/UpdatableResultSetTest.java
> use statements and do not close them at a later stage. other JUnit tests
> have occasionally failed because statements or result sets were not closed
> and some resources were held until they were garbage collected.
> It would be good to rewrite them so that the statements could be closed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.