[ 
https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Knut Anders Hatlen updated DERBY-5722:
--------------------------------------

    Attachment: d5722-1a.diff

The attached patch makes the following changes to InternationalConnectTest to 
make it free resources on completion:

- Call super.tearDown() from tearDown()
- Close XAConnections and PooledConnections
- Clear reference to ArrayList in tearDown() to allow it to be gc'ed
                
> InternationalConnectTest forgets to call super.tearDown()
> ---------------------------------------------------------
>
>                 Key: DERBY-5722
>                 URL: https://issues.apache.org/jira/browse/DERBY-5722
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>         Attachments: d5722-1a.diff
>
>
> Its tearDown() method should call super.tearDown() to free resources.

--
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

        

Reply via email to