You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2006/08/28 12:16:23 UTC

[jira] Created: (HARMONY-1294) [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.

[classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits. 
-------------------------------------------------------------------------------------------------------

                 Key: HARMONY-1294
                 URL: http://issues.apache.org/jira/browse/HARMONY-1294
             Project: Harmony
          Issue Type: Test
          Components: Classlib
            Reporter: Andrew Zhang


FileHandlerTest .testLimitAndCount() geneates some test files, and doesn't delete them on exit.  Consider following:

assertNotNull(new FileHandler("a", 0, 1));
assertNotNull(new FileHandler("a", 0, 1, false));

Files like a, a.lck are generated and won't be deleted when test ends. 

I'll upload a patch to fix this problem soon. 

Thanks!
Best regards,
Andrew


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-1294) [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1294?page=all ]

Paulex Yang resolved HARMONY-1294.
----------------------------------

    Resolution: Fixed

Andrew, patch applied at revision r438021, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.


> [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1294
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1294
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1294.diff
>
>
> FileHandlerTest .testLimitAndCount() geneates some test files, and doesn't delete them on exit.  Consider following:
> assertNotNull(new FileHandler("a", 0, 1));
> assertNotNull(new FileHandler("a", 0, 1, false));
> Files like a, a.lck are generated and won't be deleted when test ends. 
> I'll upload a patch to fix this problem soon. 
> Thanks!
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-1294) [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1294?page=all ]

Andrew Zhang updated HARMONY-1294:
----------------------------------

    Attachment: Harmony-1294.diff

Hi,

Would you please try my patch?

Thanks!

Best regards,
Andrew

> [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1294
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1294
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: Harmony-1294.diff
>
>
> FileHandlerTest .testLimitAndCount() geneates some test files, and doesn't delete them on exit.  Consider following:
> assertNotNull(new FileHandler("a", 0, 1));
> assertNotNull(new FileHandler("a", 0, 1, false));
> Files like a, a.lck are generated and won't be deleted when test ends. 
> I'll upload a patch to fix this problem soon. 
> Thanks!
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-1294) [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-1294?page=comments#action_12431182 ] 
            
Andrew Zhang commented on HARMONY-1294:
---------------------------------------

Hi Paulex,

The fix looks good, thanks!

Best regards,
Andrew

> [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1294
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1294
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1294.diff
>
>
> FileHandlerTest .testLimitAndCount() geneates some test files, and doesn't delete them on exit.  Consider following:
> assertNotNull(new FileHandler("a", 0, 1));
> assertNotNull(new FileHandler("a", 0, 1, false));
> Files like a, a.lck are generated and won't be deleted when test ends. 
> I'll upload a patch to fix this problem soon. 
> Thanks!
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-1294) [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1294?page=all ]

Paulex Yang closed HARMONY-1294.
--------------------------------


Verifiedy by Andrew.

> [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1294
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1294
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1294.diff
>
>
> FileHandlerTest .testLimitAndCount() geneates some test files, and doesn't delete them on exit.  Consider following:
> assertNotNull(new FileHandler("a", 0, 1));
> assertNotNull(new FileHandler("a", 0, 1, false));
> Files like a, a.lck are generated and won't be deleted when test ends. 
> I'll upload a patch to fix this problem soon. 
> Thanks!
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-1294) [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-1294?page=all ]

Paulex Yang reassigned HARMONY-1294:
------------------------------------

    Assignee: Paulex Yang

> [classlib][logging] FileHandlerTest doesn't delete test-generated files automatically when test exits.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-1294
>                 URL: http://issues.apache.org/jira/browse/HARMONY-1294
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: Harmony-1294.diff
>
>
> FileHandlerTest .testLimitAndCount() geneates some test files, and doesn't delete them on exit.  Consider following:
> assertNotNull(new FileHandler("a", 0, 1));
> assertNotNull(new FileHandler("a", 0, 1, false));
> Files like a, a.lck are generated and won't be deleted when test ends. 
> I'll upload a patch to fix this problem soon. 
> Thanks!
> Best regards,
> Andrew

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira