[Swift-devel] [Bug 182] New: Error messages summarized at end of Swift output should also be printed when they occur

bugzilla-daemon at mcs.anl.gov bugzilla-daemon at mcs.anl.gov
Thu Mar 12 23:08:08 CDT 2009


https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=182

           Summary: Error messages summarized at end of Swift output
                    should also be printed when they occur
           Product: Swift
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SwiftScript language
        AssignedTo: benc at hawaga.org.uk
        ReportedBy: wilde at mcs.anl.gov


Based on the premise that we want most users to get most of the debugging info
they need from just looking at Swift output, rather than the .log file, then
job execution error messages should be listed when they occur, rather than
summarozed at the end. This is especially tru for long workflows.

Currently, all the user sees in the output is the running success/failure
count, e.g.:

Progress:  Submitted:1 Active:1 Failed:5 Finished successfully:29

But at the end, they see:

Final status:  Failed:6 Finished successfully:32
The following errors have occurred:
1. Application "render_round" failed (Job failed with an exit code of 254)
        Arguments: "output/T1af7/0001_0000.SecStr,
viz/T1af7/T1af7.round.0001.result.png, T1af7, 1"
        Host: localhost
        Directory: oops8-20090312-2254-hrdvk4lg/jobs/r/render_round-rzcihu7j
        STDERR: 
        STDOUT:
--

These errors should also be listed when they occur.

-- 
Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching the reporter.



More information about the Swift-devel mailing list