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/24 14:39:36 UTC

[jira] [Created] (DERBY-5710) BigDataTest.tearDown() doesn't call super.tearDown()

Knut Anders Hatlen created DERBY-5710:
-----------------------------------------

             Summary: BigDataTest.tearDown() doesn't call super.tearDown()
                 Key: DERBY-5710
                 URL: https://issues.apache.org/jira/browse/DERBY-5710
             Project: Derby
          Issue Type: Bug
          Components: Test
    Affects Versions: 10.9.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen


BigDataTest's tearDown() method doesn't call super.tearDown(), causing it to leave statements and connections open and not eligible for gc.

--
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-5710) BigDataTest.tearDown() doesn't call super.tearDown()

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

Knut Anders Hatlen updated DERBY-5710:
--------------------------------------

    Attachment: d5710-1a.diff

The attached patch adds the missing call to super.tearDown().
                
> BigDataTest.tearDown() doesn't call super.tearDown()
> ----------------------------------------------------
>
>                 Key: DERBY-5710
>                 URL: https://issues.apache.org/jira/browse/DERBY-5710
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>         Attachments: d5710-1a.diff
>
>
> BigDataTest's tearDown() method doesn't call super.tearDown(), causing it to leave statements and connections open and not eligible for gc.

--
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-5710) BigDataTest.tearDown() doesn't call super.tearDown()

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

Knut Anders Hatlen closed DERBY-5710.
-------------------------------------

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

Thanks, Kristian.
Committed revision 1330121.
                
> BigDataTest.tearDown() doesn't call super.tearDown()
> ----------------------------------------------------
>
>                 Key: DERBY-5710
>                 URL: https://issues.apache.org/jira/browse/DERBY-5710
>             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: d5710-1a.diff
>
>
> BigDataTest's tearDown() method doesn't call super.tearDown(), causing it to leave statements and connections open and not eligible for gc.

--
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] [Commented] (DERBY-5710) BigDataTest.tearDown() doesn't call super.tearDown()

Posted by "Kristian Waagan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DERBY-5710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260552#comment-13260552 ] 

Kristian Waagan commented on DERBY-5710:
----------------------------------------

+1
                
> BigDataTest.tearDown() doesn't call super.tearDown()
> ----------------------------------------------------
>
>                 Key: DERBY-5710
>                 URL: https://issues.apache.org/jira/browse/DERBY-5710
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.9.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>         Attachments: d5710-1a.diff
>
>
> BigDataTest's tearDown() method doesn't call super.tearDown(), causing it to leave statements and connections open and not eligible for gc.

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