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 165499 - Make CrossDependencyTest be runnable and not failing
Summary: Make CrossDependencyTest be runnable and not failing
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-19 14:03 UTC by dlipin
Modified: 2010-12-10 06:18 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 dlipin 2009-05-19 14:03:27 UTC
Now this test fails (if enabled) due to unability of AU to handle pseudo-cyclic dependencies (see also Issue 161917).

Shortly, the situation is the following:
A needs T1 provides T2 depends B
B needs T2 provides T1 

Calling Utilities.findRequiredUpdateElements() on A hangs forever.
Comment 1 Jaroslav Tulach 2010-11-26 10:29:01 UTC
Ctrl-O: CrossDependencyTest
Shift-F6: runs fine and succeeds.
Comment 2 dlipin 2010-11-26 10:51:28 UTC
Check its canRun method.
Comment 3 Jaroslav Tulach 2010-12-08 13:53:22 UTC
ergonomics#32b62cb3ebd6
Comment 4 Quality Engineering 2010-12-10 06:18:09 UTC
Integrated into 'main-golden', will be available in build *201012100001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/32b62cb3ebd6
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #165499: Collect all dependencies so the cycle is finite