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 226637 - ProfilerValidationTest fails
Summary: ProfilerValidationTest fails
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.4
Hardware: All All
: P1 normal (vote)
Assignee: issues@profiler
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2013-02-25 09:58 UTC by Jiri Skrivanek
Modified: 2013-02-28 08:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Test log. (32.11 KB, text/plain)
2013-02-25 09:58 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-02-25 09:58:25 UTC
Created attachment 131823 [details]
Test log.

ProfilerValidationTest fails with latest dev builds. Probably it is because list of clusters in NbModuleSuite definition

        NbModuleSuite.Configuration conf = NbModuleSuite.createConfiguration(
                ProfilerValidationTest.class).clusters("profiler|nb").enableModules(".*").honorAutoloadEager(true).failOnException(Level.SEVERE).failOnMessage(Level.SEVERE);

Please, update accordingly if there are some changes.

ant -k -f profiler test-qa-functional -Dtest.includes=**/ProfilerValidationTest.class
Comment 1 Petr Cyhelsky 2013-02-25 11:40:47 UTC
fixed in profiler-main: 9cee9e16cd85
Comment 2 Quality Engineering 2013-02-28 02:07:22 UTC
Integrated into 'main-golden', will be available in build *201302272300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9cee9e16cd85
User: Petr Cyhelsky <cyhelsky@netbeans.org>
Log: #226637 - correcting profiler tests setup