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 214083 - TreeTableView152857Test - all tests are fragile
Summary: TreeTableView152857Test - all tests are fragile
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Outline&TreeTable (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2012-06-13 06:37 UTC by Martin Entlicher
Modified: 2012-06-14 06:07 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 Martin Entlicher 2012-06-13 06:37:13 UTC
All tests in TreeTableView152857Test use Thread.sleep (1000); to wait till the performed action is fully propagated and a result can be checked out.
The tests are therefore prone to failure when the computer is hung up at the moment for more than 1s.
Comment 1 Quality Engineering 2012-06-14 06:07:55 UTC
Integrated into 'main-golden', will be available in build *201206140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/45ba4ce77689
User: mentlicher@netbeans.org
Log: #214083: @RandomlyFails due to Thread.sleep(1000)