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 172354 - Classpath scanning time outs in tests
Summary: Classpath scanning time outs in tests
Status: RESOLVED INCOMPLETE
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords: RANDOM, TEST
Depends on:
Blocks:
 
Reported: 2009-09-16 08:54 UTC by Erno Mononen
Modified: 2010-09-24 06:06 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 Erno Mononen 2009-09-16 08:54:09 UTC
Several Ruby unit tests randomly fail due to:

junit.framework.AssertionFailedError: Waiting for classpath scanning to finish timed out
	at org.netbeans.modules.csl.api.test.CslTestBase$Waiter.waitForScanToFinish(CslTestBase.java:4348)
	at org.netbeans.modules.csl.api.test.CslTestBase.setUp(CslTestBase.java:241)
	at org.netbeans.api.ruby.platform.RubyTestBase.setUp(RubyTestBase.java:61)
	at org.netbeans.modules.ruby.RubyTestBase.setUp(RubyTestBase.java:101)
	at org.netbeans.junit.NbTestCase.access$100(NbTestCase.java:88)

See e.g. http://deadlock.netbeans.org/hudson/job/ruby-tests/lastBuild/testReport/org.netbeans.modules.ruby/
RubyConstantCodeCompleterTest/testModuleSensivity/
Comment 1 Erno Mononen 2009-09-16 08:55:53 UTC
Better to check http://deadlock.netbeans.org/hudson/job/ruby-tests/184/testReport/org.netbeans.modules.ruby/
RubyConstantCodeCompleterTest/testModuleSensivity/ instead (the previous link pointed to the last results, and the test 
may pass the next run).
Comment 2 David Strupl 2010-09-24 06:06:44 UTC
Erno, is this still the case? If so please reopen....