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 175541 - tests on ssi-test-sparc time out
Summary: tests on ssi-test-sparc time out
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Alexey Vladykin
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2009-10-27 18:41 UTC by Alexey Vladykin
Modified: 2009-10-28 11:53 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 Alexey Vladykin 2009-10-27 18:41:49 UTC
Log tail:

    [junit] INFO: USG_PROJECT_OPEN_CND
    [junit] FINEST: tester@localhost /opt/SUNWspro/bin/cc "-xdryrun" "-E" "/dev/null" State change: INITIAL -> STARTING
    [junit] FINEST: tester@localhost /opt/SUNWspro/bin/cc "-xdryrun" "-E" "/dev/null" State change: STARTING -> RUNNING
    [junit] FINEST: tester@localhost /opt/SUNWspro/bin/CC "-xdryrun" "-E" "/dev/null" State change: INITIAL -> STARTING
    [junit] FINEST: tester@localhost /opt/SUNWspro/bin/CC "-xdryrun" "-E" "/dev/null" State change: STARTING -> RUNNING
    [junit] FINEST: tester@localhost /opt/SUNWspro/bin/CC "-xdumpmacros=defs,sys" "-E" "/dev/null" State change: INITIAL
-> STARTING
    [junit] FINEST: tester@localhost /opt/SUNWspro/bin/CC "-xdumpmacros=defs,sys" "-E" "/dev/null" State change:
STARTING -> RUNNING
Build timed out. Aborting
Comment 1 Alexey Vladykin 2009-10-27 18:46:53 UTC
cnd-test-solaris.sparc started to time out from build #770. Changes:
1. fixing IZ#161317 don't use a hard-coded script to find toolchains on remote host — Alexander Simon
2. #174731 allow to choose Qt4 when Qt3 is detected by default — Alexey Vladykin
Comment 2 Alexey Vladykin 2009-10-27 19:35:22 UTC
Found the reason. "Resolve missing tools" dialog pops up asking for qmake to build HelloQtWorld. There is no Qt on
ssi-test-sparc yet, because I could not build it on SPARC.
I think this dialog should be disabled during tests.
Comment 3 Alexey Vladykin 2009-10-27 19:54:09 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/9f4a9e134f5e
Also added method CndUtils.isUnitTestMode().
Comment 4 Quality Engineering 2009-10-28 11:53:04 UTC
Integrated into 'main-golden', will be available in build *200910280201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9f4a9e134f5e
User: Alexey Vladykin <alexey_vladykin@netbeans.org>
Log: #175541 tests on ssi-test-sparc time out