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 222967 - fake shuttingDown test
Summary: fake shuttingDown test
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: NB JUnit (show other bugs)
Version: 7.3
Hardware: PC Solaris
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-29 11:08 UTC by soldatov
Modified: 2012-12-01 02:56 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (23.36 KB, image/png)
2012-11-29 11:08 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2012-11-29 11:08:29 UTC
Created attachment 128570 [details]
screenshot

in 201211280002 and 201211290002 build I see fake
(org.netbeans.junit.NbModuleSuite$S$Shutdown.shuttingDown[cnd.editor.CCEditing])
test

Is it bug in nbjunit? No any problems in previous builds.
Comment 1 Jaroslav Tulach 2012-11-29 11:52:12 UTC
This is supposed to be a feature:
http://hg.netbeans.org/ergonomics/rev/a77464ce8a2a

Are you asking just out of curiosity or have you seen some problems?
Comment 2 Alexander Pepin 2012-11-29 12:11:12 UTC
Hi Jaroslav,
 it seems to be a problem as now we see a lot of unexpected test results when run our functional CND tests.
 How can we exclude those shuttingDown tests from test results on hudson?
Comment 3 Jaroslav Tulach 2012-11-29 12:32:32 UTC
Are they failing?
Comment 4 Alexander Pepin 2012-11-29 15:23:13 UTC
No, they pass.
But as I can see not all test suites cause running of shuttingDown tests, why?
Comment 5 Jiri Rechtacek 2012-11-30 09:29:08 UTC
Most of build/push jobs are currently broken because of this problem.
Comment 6 Jaroslav Tulach 2012-11-30 09:51:30 UTC
Jirko, are you sure you are talking about the same problem? According to Alexander all his tests are passing. If you have different problem, you need to be more specific, or report another bug.
Comment 7 Jaroslav Tulach 2012-11-30 09:53:37 UTC
Jirko, maybe the bug you were looking for was bug 223027.
Comment 8 Jiri Rechtacek 2012-11-30 10:03:23 UTC
(In reply to comment #7)
> Jirko, maybe the bug you were looking for was bug 223027.
Maybe. I'll wait till the changeset 1ae3a5056db1 will in core-main repo.
Comment 9 Jaroslav Tulach 2012-11-30 15:15:12 UTC
ergonomics#899f4a0fdf98
Comment 10 Quality Engineering 2012-12-01 02:56:52 UTC
Integrated into 'main-golden', will be available in build *201212010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/899f4a0fdf98
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #222967: Include the shutdown 'test' in report only if it fails. Let the 'test' collect logs, so we know what was happening during the shutdown.