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 223783 - NativeFSLockFactoryTest fails on Windows
Summary: NativeFSLockFactoryTest fails on Windows
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-13 14:17 UTC by Jiri Skrivanek
Modified: 2012-12-18 03:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (3.94 KB, text/plain)
2012-12-13 14:17 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-12-13 14:17:46 UTC
Created attachment 129329 [details]
Stack trace.

NativeFSLockFactoryTest was added in bug 211808 but it fails on windows with java.nio.channels.OverlappingFileLockException. Please, fix the test because it is part of stable test distribution.

ant -k -f parsing.lucene test test-generate-html -Dtest.includes=**/NativeFSLockFactoryTest.class
Comment 1 Tomas Zezula 2012-12-13 14:19:01 UTC
Feel free to remove it from the stable test distribution.
Comment 2 Tomas Zezula 2012-12-14 08:26:55 UTC
fixed jet-main f3cca77aa8c7
Comment 3 Quality Engineering 2012-12-17 12:39:58 UTC
Integrated into 'main-golden', will be available in build *201212170919* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f3cca77aa8c7
User: Tomas Zezula <tzezula@netbeans.org>
Log: #223783:NativeFSLockFactoryTest fails on Windows
Comment 4 Quality Engineering 2012-12-18 03:03:47 UTC
Integrated into 'main-golden', will be available in build *201212180001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cfc8467a52eb
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #223783 - test added again to STD because it was fixed.