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 "Kristian Waagan (Updated) (JIRA)" <ji...@apache.org> on 2011/10/11 19:29:11 UTC

[jira] [Updated] (DERBY-5455) assertDirectoryDeleted diagnostic printed on console near end of running JUnit tests

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

Kristian Waagan updated DERBY-5455:
-----------------------------------

    Priority: Minor  (was: Major)

That message means that assertDirectoryDeleted failed to delete three files on the first attempt to delete the db_master directory (which is the master database used by the replication test I assume), but that it succeeded on the second attempt.
If assertDirectoryDeleted is unable to delete all files including the directory itself after the maximum number of attempts, it will fail the test.
I adjusted the priority to minor.

There is also DERBY-5386 for a different, but related, problem in the replication test. The code looks sound, but obviously something isn't quite right...

                
> assertDirectoryDeleted diagnostic printed on console near end of running JUnit tests
> ------------------------------------------------------------------------------------
>
>                 Key: DERBY-5455
>                 URL: https://issues.apache.org/jira/browse/DERBY-5455
>             Project: Derby
>          Issue Type: Bug
>          Components: Test
>    Affects Versions: 10.8.2.2
>         Environment: mac os x 10.6.8, Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3515)
>            Reporter: Rick Hillegas
>            Priority: Minor
>
> Near the end of the JUnit tests on the 10.8.2.2 RC, I saw the following diagnostic on the console. Don't know what test this refers to:
> .........................................
> .........................................
> .........................................
> .......................<assertDirectoryDeleted> attempt 1 left 3 files/dirs behind: 0=/Users/rh161140/derby/dummy/testRun/db_master/wombat/log 1=/Users/rh161140/derby/dummy/testRun/db_master/wombat 2=/Users/rh161140/derby/dummy/testRun/db_master
> ................
> Time: 4,221.94

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