Closed
Bug 678064
Opened 14 years ago
Closed 7 years ago
Create WOO view for tracking test failures that were never starred
Categories
(Tree Management Graveyard :: OrangeFactor, defect)
Tree Management Graveyard
OrangeFactor
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jgriffin, Unassigned)
References
Details
Attachments
(1 file)
2.78 KB,
patch
|
mcote
:
review+
|
Details | Diff | Splinter Review |
When looking through test failures for bug 646749, I discovered several cases where test failures on mozilla-central were never starred. One cause was that mochitest is missing some failures in its summary, filed as bug 677964. But there are other causes as well.
It would be easy to take the data from WOO and display a list of test failures that had no TBPL comments; presumably for mozilla-central this list should be zero. Any failures appearing in such a list would be candidates for investigation of TBPL/buildbot/test harness problems.
To get the best matches for this, we'd need a version of the /testfailures API that matched TBPL comments (/tbpl/comments in ElasticSearch) against test failures, instead of just bugs as it presently does.
Reporter | ||
Comment 1•14 years ago
|
||
Reporter | ||
Updated•14 years ago
|
Attachment #557364 -
Flags: review?(mcote)
Comment 2•14 years ago
|
||
Comment on attachment 557364 [details] [diff] [review]
server API to retrieve list of unstarred failures
Cool, I verified that indeed some of the oranges returned by this patch show up on tbpl as unstarred.
I've found a few unstarred oranges being ignored by your patch, although they are either Talos, Android, or Jetpack. Is this intentional? I think we are ignoring the first two in WOO, but aren't we paying attention to Jetpack? For example, https://tbpl.mozilla.org/?noignore=1&rev=1c2522e75c04 shows an unstarred Jetpack orange in Win debug, but your patch only returned the unstarred WinXP opt xpcshell for that revision. Just wanted to make sure you're aware. But maybe this had to do with the MPT outage?
Attachment #557364 -
Flags: review?(mcote) → review+
Reporter | ||
Comment 3•14 years ago
|
||
(In reply to Mark Côté ( :mcote ) from comment #2)
> Comment on attachment 557364 [details] [diff] [review]
> server API to retrieve list of unstarred failures
>
> Cool, I verified that indeed some of the oranges returned by this patch show
> up on tbpl as unstarred.
>
> I've found a few unstarred oranges being ignored by your patch, although
> they are either Talos, Android, or Jetpack. Is this intentional? I think
> we are ignoring the first two in WOO, but aren't we paying attention to
> Jetpack? For example, https://tbpl.mozilla.org/?noignore=1&rev=1c2522e75c04
> shows an unstarred Jetpack orange in Win debug, but your patch only returned
> the unstarred WinXP opt xpcshell for that revision. Just wanted to make sure
> you're aware. But maybe this had to do with the MPT outage?
This is actually caused by the fact that the logparser doesn't know how to parse jetpack logfiles; bug 684274 just filed. This won't affect the OF itself, however, just functionality, like this API, that utilizes actual error statements from the log.
Reporter | ||
Comment 4•14 years ago
|
||
server patch landed as http://hg.mozilla.org/automation/orangefactor/rev/a4f4fe372a79
Assignee | ||
Updated•11 years ago
|
Product: Testing → Tree Management
Comment 6•7 years ago
|
||
OrangeFactor is now EOL (bug 1367364), having been replaced by the new Intermittent Failures View (in bug 1367362):
https://treeherder.mozilla.org/intermittent-failures.html
Bugs for the new view can be filed here:
https://bugzilla.mozilla.org/enter_bug.cgi?product=Tree%20Management&component=Intermittent%20Failures%20View
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•