This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44189 - many errors in openide.loaders.* tests
Summary: many errors in openide.loaders.* tests
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 4.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-06-02 13:45 UTC by pzajac
Modified: 2008-12-23 00:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exceptions (3.91 KB, text/plain)
2004-06-02 13:47 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-06-02 13:45:28 UTC
org.openide.loaders.DataFolderSetOrderTest.testReorderWithoutChecksWhenFolderReconizerIsBusy
error	Cannot delete:
/var/tmp/fstests/lfstesttestReorderWithoutChecksWhenFolderReconizerIsBusy/AA/X.txt
all openide code unit tests	unit
org.openide.loaders.DataFolderSetOrderTest.testReorderWithoutChecks
error	Cannot delete:
/var/tmp/fstests/lfstesttestReorderWithoutChecks/AA/X.txt
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testPossibleToCallFindDataObjectDirectly
error	Cannot delete:
/var/tmp/fstests/lfstesttestPossibleToCallFindDataObjectDirectly/AA
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testChildren
error	Cannot delete:
/var/tmp/fstests/lfstesttestChildren/AA	all
openide code unit tests	unit
org.openide.loaders.DataFolderTest.testChildrenAreGCed
error	Cannot delete:
/var/tmp/fstests/lfstesttestChildrenAreGCed/AA/a.txt
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testAddToChildren
error	Cannot delete:
/var/tmp/fstests/lfstesttestAddToChildren/AA/X0.instance
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testOrderInAtomicAction
error	Cannot delete:
/var/tmp/fstests/lfstesttestOrderInAtomicAction/AA/X0.instance
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testOrderWhenAttributeIsChanged
error	Cannot delete:
/var/tmp/fstests/lfstesttestOrderWhenAttributeIsChanged/AA/AAA
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testOrderWhenSet
error	Cannot delete:
/var/tmp/fstests/lfstesttestOrderWhenSet/AA/AAA
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testOrderWhenMultiFileSystemSetDelegatesIsCalled
error	Cannot delete:
/var/tmp/fstests/lfstesttestOrderWhenMultiFileSystemSetDelegatesIsCalledA/AA/AAA
all openide code unit tests	unit
org.openide.loaders.DataFolderTest.testOrderWhenFileRenamed
error	Cannot delete:
/var/tmp/fstests/lfstesttestOrderWhenFileRenamed/folder/a1
all openide code unit tests	unit
Comment 1 pzajac 2004-06-02 13:47:27 UTC
Created attachment 15427 [details]
exceptions
Comment 2 David Konecny 2004-06-02 13:48:57 UTC
I have couple of fixes of loader unit tests on disk for some time now
just did not get to commit them. Will try to fix that soon.
Comment 3 rmatous 2004-07-01 11:57:31 UTC
But this problem doesn't look like problem in loaders at all. Seems to
be some set up problem (notice that all tests fail in
TestUtilHid.destroyLocalFileSystem - just test folder can't be deleted);

These tests doesn't fail to me. If you can reproduce then reopen.
Comment 4 pzajac 2004-07-12 09:44:38 UTC
verified. There is better to use xtest temporary directory than system
temporary directory. The test sometimes doesn't delete his temporary
files. If the test is then runned by other user, the user has not
access right to delete these files.