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 222815 - Failing org.netbeans.modules.parsing.impl.indexing.ScanStartedTest.testScanFinishedWithExceptionAfterScanStarted
Summary: Failing org.netbeans.modules.parsing.impl.indexing.ScanStartedTest.testScanFi...
Status: VERIFIED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-27 11:24 UTC by Jiri Skrivanek
Modified: 2012-11-30 02:38 UTC (History)
0 users

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 Jiri Skrivanek 2012-11-27 11:24:36 UTC
The following test started to fail in recent builds:

org.netbeans.modules.parsing.impl.indexing.ScanStartedTest.testScanFinishedWithExceptionAfterScanStarted 

http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.3/54/testReport/

ant -k -f parsing.api test test-generate-html -Dtest.includes=**/ScanStartedTest.class
Comment 1 Tomas Zezula 2012-11-27 14:51:35 UTC
Works fine for me.
Comment 2 Jiri Skrivanek 2012-11-28 08:04:54 UTC
I removed test from stable test distribution because it fails constantly in our environment.
Comment 3 Quality Engineering 2012-11-30 02:38:08 UTC
Integrated into 'main-golden', will be available in build *201211300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/415c708bdcb5
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #222815 - Removed from stable test distribution because of failures.