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 213528 - ide.ergonomics tests fail
Summary: ide.ergonomics tests fail
Status: CLOSED FIXED
Alias: None
Product: ide
Classification: Unclassified
Component: Features On Demand (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2012-06-04 10:42 UTC by Jiri Skrivanek
Modified: 2012-06-24 19:56 UTC (History)
2 users (show)

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 Jiri Skrivanek 2012-06-04 10:42:01 UTC
Failing tests are part of stable test distribution. Either please fix these tests or exclude them from stableBTD test config in project.properties. Test results can be found here

http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.2/
Comment 1 Jaroslav Tulach 2012-06-08 07:48:00 UTC
No ergonomics failure in 
http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.2/5/testReport/
no failures in 
http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.2/4/testReport/
either. 

Three failures in
http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.2/3/testReport/

org.netbeans.modules.ide.ergonomics.fod.FeaturesOffDemandTest.testFoDModuleFilesAreAnnotatedWithAttributes 	11.504	2
org.netbeans.modules.ide.ergonomics.fod.FeaturesOffDemandWithAutoloadDepsTest.testFoDModuleFilesAreAnnotatedWithAttributes 	11.688	2
org.netbeans.modules.ide.ergonomics.fod.FeaturesOffDemandWithDepsTest.testFoDModuleFilesAreAnnotatedWithAttributes 

The same three failures in #6 run:
http://hudson4qe.cz.oracle.com/view/Trunk-QE/job/StableBTD-7.2/6/testReport/
plus deadlock in the IDE somewhere causing the test
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemandWizardIteratorTest.testIteratorCreatesUI 
to not finish.
Comment 2 Jaroslav Tulach 2012-06-08 07:52:50 UTC
ergonomics#7574327559d7 - contains time out for the FeatureOnDemandWizardIteratorTest.testIteratorCreatesUI test.
Comment 3 Jaroslav Tulach 2012-06-19 07:31:12 UTC
Adding @RandomlyFails to following tests

org.netbeans.modules.ide.ergonomics.fod.FeaturesOffDemandTest.testFoDModuleFilesAreAnnotatedWithAttributes 	
org.netbeans.modules.ide.ergonomics.fod.FeaturesOffDemandWithAutoloadDepsTest.testFoDModuleFilesAreAnnotatedWithAttributes
org.netbeans.modules.ide.ergonomics.fod.FeaturesOffDemandWithDepsTest.testFoDModuleFilesAreAnnotatedWithAttributes
org.netbeans.modules.ide.ergonomics.newproject.FeatureOnDemandWizardIteratorTest.testIteratorCreatesUI 

in release72 branch, rev. release72
Comment 4 Quality Engineering 2012-06-20 03:29:45 UTC
Integrated into 'releases', will be available in build *201206192200* or newer. Wait for official and publicly available build.
Changeset: http://hg.netbeans.org/releases/rev/609bdb02b055
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #213528: Marking less stable tests with @RandomlyFails annotation