Closed
Bug 607456
Opened 15 years ago
Closed 15 years ago
MozMill result summary should be printed after the application has shutdown
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: standard8, Assigned: standard8)
Details
(Whiteboard: [mozmill-1.5.1+])
Attachments
(1 file)
|
775 bytes,
patch
|
k0scist
:
review+
|
Details | Diff | Splinter Review |
The MozMill result summary is currently printed after the tests have completed, but before the application has shut down.
On a non-debug build that is fine, as there's no logging on shutdown. However, with a debug build there's a whole load of debug spew on shutdown, and so the results get lost in the console backlog.
Attached is a patch that fixes it for me.
Comment 1•15 years ago
|
||
Sounds like a good candidate for Mozmill 1.5.2. Lets ask Jeff for review. Thanks Mark.
Whiteboard: [mozmill-1.5.2?]
Updated•15 years ago
|
Attachment #486173 -
Flags: review?(jhammel)
Comment 2•15 years ago
|
||
Comment on attachment 486173 [details] [diff] [review]
The fix
This is fine. I don't see any problem, nor any particular advantage, but if it helps someone else out, might as well take it
Attachment #486173 -
Flags: review?(jhammel) → review+
| Assignee | ||
Updated•15 years ago
|
Keywords: checkin-needed
Comment 3•15 years ago
|
||
We don't accept any new patches for 1.5.1 right now. Lets Clint decide first, if it could be part of 1.5.1.
Keywords: checkin-needed
Whiteboard: [mozmill-1.5.2?] → [mozmill-1.5.1?]
Thanks for the patch, Mark! It looks simple and unobtrusive enough to pick up for 1.5.1.
Landed on 1.5.1: c43e35b1177a9e3a4c5d311b4329cdf4e5d48e72
Reviewed it for master, and I think the new report handling structure on master makes this unnecessary. On 2.0, the report handler registers for the "stop" event. When the stop event fires (due to mozmill.stop) then the final report is generated. Jeff, if that's not how the new report stuff works then that's how it should ;) But I believe I'm right. (famous last words).
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Whiteboard: [mozmill-1.5.1?] → [mozmill-1.5.1+]
Comment 5•15 years ago
|
||
Looks good with a debug build. Thanks for the fix.
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•