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 190638

Summary: Discovery tests hang sometime
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: ProjectAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal Keywords: TEST
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 190798    
Bug Blocks:    

Description Egor Ushakov 2010-09-28 09:37:15 UTC
MakeProjectTestBase.performTestProject waits until importer.isFinished(), but it looks like that in case of an exception inside importer it will never finish. Test hangs in this case.
Comment 1 Quality Engineering 2010-09-29 03:10:23 UTC
Integrated into 'main-golden', will be available in build *201009290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/e6483e721f0c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug#190638 Discovery tests hang sometime
Comment 2 Quality Engineering 2010-10-02 03:23:10 UTC
Integrated into 'main-golden', will be available in build *201010020000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/7b76ebb1a345
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixing Bug#190638 Discovery tests hang sometime
Comment 3 Alexander Simon 2010-10-13 14:51:27 UTC
Root of fails during couple of weeks is Bug #190798.
I hope that fix:
http://hg.netbeans.org/cnd-main?cmd=changeset;node=d0ffa7ed0677
resolves problem.