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

Summary: Classpath scanning time outs in tests
Product: editor Reporter: Erno Mononen <emononen>
Component: CSL (API & infrastructure)Assignee: David Strupl <dstrupl>
Status: RESOLVED INCOMPLETE    
Severity: blocker Keywords: RANDOM, TEST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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....