Closed
Bug 1366055
Opened 8 years ago
Closed 8 years ago
Autophone - improve LogDecorator to allow cross branch failure analysis
Categories
(Testing Graveyard :: Autophone, defect)
Testing Graveyard
Autophone
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Assigned: bc)
References
Details
Attachments
(4 files)
73.05 KB,
application/x-bzip
|
Details | |
4.27 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
9.58 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
7.99 KB,
application/x-bzip
|
Details |
I have been looking into the recent state of affairs with the Autophone unit testing with the goal of filing bugs on the recent spate of regressions however the availability and format of the data makes this more difficult than it should be.
First, the recent change to use a logging server, though with faults of its own, has been a boon since it helps consolidate all logging from all of the workers into the main process' log which can then be analyzed. The new formats are a bit more amenable to parsing using awk as well.
I'm attaching the failures obtained from the logs since ~2017-05-10 which is very promising but highlights a failure in the data. There is no indication of which branch/repository the failure occurred upon which makes the logs useless for the intended purpose. This text file is 74K bzip2ed though about 30M uncompressed.
It is a very simple change to incorporate the repo into the log output via the Log Decorators and I'd like to make this change now so I can get good data for bug filing.
Assignee | ||
Comment 1•8 years ago
|
||
adds repo, phone sdk, platform to the decorator
Attachment #8869502 -
Flags: review?(jmaher)
Assignee | ||
Comment 2•8 years ago
|
||
adds errors.sh and errors.awk to analyze the logs.
Attachment #8869503 -
Flags: review?(jmaher)
Assignee | ||
Comment 3•8 years ago
|
||
example bzip2ed failures.txt output from my recent local tests.
Comment 4•8 years ago
|
||
Comment on attachment 8869502 [details] [diff] [review]
bug-1366055-logdeco-v1.patch
Review of attachment 8869502 [details] [diff] [review]:
-----------------------------------------------------------------
nice and easy to review
Attachment #8869502 -
Flags: review?(jmaher) → review+
Comment 5•8 years ago
|
||
Comment on attachment 8869503 [details] [diff] [review]
bug-1366055-errors-v1.patch
lets do the rubber stamp thing
Attachment #8869503 -
Flags: review?(jmaher) → review+
Assignee | ||
Comment 6•8 years ago
|
||
Updated•3 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•