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 13:52:01 UTC

[jira] [Created] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

Knut Anders Hatlen created DERBY-5722:
-----------------------------------------

             Summary: InternationalConnectTest forgets to call super.tearDown()
                 Key: DERBY-5722
                 URL: https://issues.apache.org/jira/browse/DERBY-5722
             Project: Derby
          Issue Type: Bug
            Reporter: Knut Anders Hatlen


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

        

[jira] [Updated] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ 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

        

[jira] [Assigned] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen reassigned DERBY-5722:
-----------------------------------------

    Assignee: Knut Anders Hatlen
    
> 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
>
> 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

        

[jira] [Updated] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

          Component/s: Test
    Affects Version/s: 10.9.0.0
    
> 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
>
> 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

        

[jira] [Closed] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Knut Anders Hatlen closed DERBY-5722.
-------------------------------------

          Resolution: Fixed
       Fix Version/s: 10.9.0.0
    Issue & fix info:   (was: Patch Available)

Committed revision 1331262.
                
> 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
>             Fix For: 10.9.0.0
>
>         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

        

[jira] [Updated] (DERBY-5722) InternationalConnectTest forgets to call super.tearDown()

Posted by "Knut Anders Hatlen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DERBY-5722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Issue & fix info: Patch Available
    
> 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