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 224705 - failing tests: BaseFileObjectTestHid.testFileUtilToFileObjectIsValid
Summary: failing tests: BaseFileObjectTestHid.testFileUtilToFileObjectIsValid
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.3
Hardware: PC Linux
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2013-01-10 13:41 UTC by Ondrej Vrabec
Modified: 2013-03-21 07:57 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Vrabec 2013-01-10 13:41:17 UTC
after core-main #67e3c2603292, VCS/FS TCK tests started failing:
http://bugtracking-test.cz.oracle.com:8180/job/cdev%20junit/12389/
http://vcs-test.cz.oracle.com:8080/job/vesioning/1225/testReport/org.netbeans.modules.masterfs.filebasedfs/BaseFileObjectTestHid/testFileUtilToFileObjectIsValid/

ant test-single -f localhistory/build.xml -Dtest.includes=**/LHFileSystemTest.java
It is not 100% reproducible, about 1 out of 5 runs fails on my machine.
Comment 1 Jaroslav Tulach 2013-01-18 09:27:44 UTC
I reproduced the failure locally.
Comment 2 Jaroslav Tulach 2013-01-18 15:33:31 UTC
after adding logging in ergonomics#034578e4663f the failures are much less frequent. But I am afraid they are not likely to disappear. Hopefully, with more logs will be able to find out what is wrong.
Comment 4 Quality Engineering 2013-01-22 03:05:36 UTC
Integrated into 'main-golden', will be available in build *201301220001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/034578e4663f
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: Much more logging to deal with #224705 including list of all existing fileobjects when the failure happens
Comment 5 Jaroslav Tulach 2013-01-23 15:24:08 UTC
ergonomics#be5907702156
Comment 6 Quality Engineering 2013-01-25 03:02:56 UTC
Integrated into 'main-golden', will be available in build *201301250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/be5907702156
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #224705: Strange. According to log file the ArrayList contains single item and later, two lines below it is empty. Making a copy.
Comment 8 Jaroslav Tulach 2013-03-21 07:57:30 UTC
Maybe related to bug 226091. Anyway your test job is failing, so you should probably fix it first.