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 156720

Summary: Display stdout/stderr for test runs
Product: connecteddeveloper Reporter: Jesse Glick <jglick>
Component: HudsonAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jesse Glick 2009-01-13 21:13:28 UTC
Since Hudson 1.272 (https://hudson.dev.java.net/nonav/issues/show_bug.cgi?id=2760), can supposedly get stdout/stderr in
addition to failure stack traces. This should probably be displayed along with the failures, to give the developer more
context (diagnostic log messages etc.).

Currently this seems broken: https://hudson.dev.java.net/nonav/issues/show_bug.cgi?id=2839

Since Hudson 1.274 it should be possible to use "?xpath=//errorStackTrace" or similar to limit the amount of data
transferred. (Broken in 1.273.)
Comment 1 Jesse Glick 2009-02-05 22:59:20 UTC
Hudson should be fixed in 1.281.
Comment 2 Jesse Glick 2009-02-06 15:36:26 UTC
cdev #69df4576a9dc
Comment 3 Quality Engineering 2009-03-17 08:38:48 UTC
Integrated into 'main-golden', will be available in build *200903170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/69df4576a9dc
User: Jesse Glick <jglick@netbeans.org>
Log: #156720: showing stdio from tests as well as stack traces.
Also improving robustness of action; an OW tab is created only if output is actually about to be displayed.