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 216471 - 147 unit test are failed in Windows
Summary: 147 unit test are failed in Windows
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-07 07:58 UTC by Alexander Simon
Modified: 2012-10-19 13:45 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 Alexander Simon 2012-08-07 07:58:42 UTC
Number of test on Windows unit test machine is 2738.
Count of passed test is 2591.
So 147 tests are hard failed (there is no notification about failed tests).
For example compare build 7777 (2738 Windows tests) and current
Comment 1 Andrew Krasny 2012-08-07 08:19:45 UTC
The difference in displayed results between 2 builds:

Package name | Tests count

< org.netbeans.modules.cnd.remote.fs    15
< org.netbeans.modules.cnd.remote.full  12
< org.netbeans.modules.cnd.remote.mapper        16
< org.netbeans.modules.cnd.remote.pbuild        42
< org.netbeans.modules.cnd.remote.support       30
< org.netbeans.modules.cnd.remote.sync  21
< org.netbeans.modules.cnd.remote.sync.download         9
< org.netbeans.modules.cnd.remote.ui.wizard     3
---
> org.netbeans.modules.cnd.remote.test  1
Comment 2 Vladimir Kvashin 2012-10-18 12:52:12 UTC
This was just a timeout caused by suites that contain lots of tests.
Fixed via splitting RemoteApiTest suite into two and RemoteDevelopmentTest into four suites (so that each one should normally less than 5 minutes)
http://hg.netbeans.org/cnd-main/rev/86286bdf3405
Comment 3 Quality Engineering 2012-10-19 13:45:25 UTC
Integrated into 'main-golden', will be available in build *201210191216* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/86286bdf3405
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #216471 - 147 unit test are failed in Windows