You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Knut Anders Hatlen (JIRA)" <ji...@apache.org> on 2012/04/25 09:00:13 UTC

[jira] [Updated] (DERBY-5715) InbetweenTest holds on to resources after completion

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

Knut Anders Hatlen updated DERBY-5715:
--------------------------------------

    Attachment: d5715-1a.diff

The attached patch removes the instance variables from InbetweenTest and makes it use local variables instead. This makes the objects eligible for gc once the test has completed.
                
> InbetweenTest holds on to resources after completion
> ----------------------------------------------------
>
>                 Key: DERBY-5715
>                 URL: https://issues.apache.org/jira/browse/DERBY-5715
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>         Attachments: d5715-1a.diff
>
>
> InbetweenTest keeps connections, statements and result sets in instance variables, but never clears the variables, so they are kept forever.

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