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 96660 - Where is log from build scripts
Summary: Where is log from build scripts
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: xtest (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 09:19 UTC by Jaroslav Tulach
Modified: 2007-03-06 12:31 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 Jaroslav Tulach 2007-02-27 09:19:58 UTC
I have random deadlock at
http://ffjqa.czech/automatedtests/xtest/netbeans_dev/200702251900/qa-unit/qa-t4u-sol21/testrun_070226-012450/testbag_85/htmlresults/suites/TEST-org.openide.util.InitJobTest.html
and I need to find the thread dump. This used to be possible a month or two 
ago, but now I cannot find the right set of links.

I remember it used to be "logs from build scripts", but there is nothing like 
that anymore. Please make the thread dump available and fix the HTML pages to 
link to it - btw. why the "did not finish" is not link - that would help all 
developers to find more information.
Comment 1 Jiri Skrivanek 2007-02-27 11:38:23 UTC
It is a problem of binary test distribution. It used to work before.
Comment 2 ehucka 2007-03-01 13:43:44 UTC
FYI Test4u copies a fragment of its log into testrun_XXXXX/logs folder of xtest
results now.
Comment 3 Jiri Skrivanek 2007-03-06 12:31:47 UTC
If we run tests using master-config, ant output messages for particular modules
are redirected to a file in NbExecutor. For binary tests distribution
master-config and NbExecutor is not used, so we have to handle this in
XTestActionTask.

Checking in src/org/netbeans/xtest/usertasks/XTestActionTask.java;
/cvs/xtest/src/org/netbeans/xtest/usertasks/XTestActionTask.java,v  <-- 
XTestActionTask.java
new revision: 1.6; previous revision: 1.5