Closed
Bug 803370
Opened 12 years ago
Closed 12 years ago
Dump logcat on test failure in Marionette mozharness script
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: jgriffin)
Details
Attachments
(1 file)
1.94 KB,
patch
|
mozilla
:
review+
jgriffin
:
checked-in+
|
Details | Diff | Splinter Review |
When the Marionette WebAPI mozharness script reports test failures, it can be hard to debug since we don't see logcat output. Marionette already stores this, so we can update the mozharness script to cat this if any tests fail.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #673045 -
Flags: review?(aki)
Comment 2•12 years ago
|
||
Comment on attachment 673045 [details] [diff] [review]
Dump logcat on test failure,
Do you want to print or self.info() ?
Either works, since buildbot will pick up stdout.
Attachment #673045 -
Flags: review?(aki) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 673045 [details] [diff] [review]
Dump logcat on test failure,
I switched to self.info() and added a check to make sure the file is really present.
http://hg.mozilla.org/build/mozharness/rev/e989efe7b0ce
Attachment #673045 -
Flags: checked-in+
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
Updated•10 years ago
|
Component: General Automation → Mozharness
You need to log in
before you can comment on or make changes to this bug.
Description
•