Closed
Bug 863061
Opened 12 years ago
Closed 12 years ago
No alerts for PGO libxul linker memory regressions under 2%
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Whiteboard: [regression-detection])
Attachments
(1 file)
|
8.46 KB,
patch
|
catlee
:
review+
mbrubeck
:
checked-in+
|
Details | Diff | Splinter Review |
Bug 710840 added libxul link memory data to the graph server. However, we have not received email alerts for the regressions since then because bug 822249 suppresses email for regressions of less than 2%. There have been at least 6 since those changes were deployed, but all of theme were between 0.45% and 1.05% and so no one was notified.
Some suggestions:
1) For specific whitelisted datasets where we care about small changes (like libxul memory), ignore the threshold and always send emails.
2) For changes below the 2% threshold, do not send email to individual authors but do send it to the dev-tree-management list.
3) For changes below the 2% threshold, send email only if the t-test score is above an extra-high threshold like 20 or 30, instead of the regular threshold of 9.
4) Get rid of the 2% threshold and try reducing false alarms in other ways, e.g. bug 627860.
Comment 1•12 years ago
|
||
The next doomsday is close. Bumping this to critical.
Severity: normal → critical
Comment 2•12 years ago
|
||
I'd say we should go with #1.
Comment 3•12 years ago
|
||
Note also that Datazilla means analyze_talos.py will be EOLed soon, so not worth coming up with an elaborate solution for this.
Updated•12 years ago
|
Component: Release Engineering → Release Engineering: Developer Tools
QA Contact: hwine
| Assignee | ||
Comment 4•12 years ago
|
||
This implements option 1 from comment 0. (Note that this will require a change to analysis.cfg during deployment.)
Updated•12 years ago
|
Attachment #739160 -
Flags: review?(catlee) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 739160 [details] [diff] [review]
ignore percentage for "LibXUL Memory during link" regressions
http://hg.mozilla.org/graphs/rev/640b38d873e0
Leaving open until deployed (including analysis.cfg edit).
Attachment #739160 -
Flags: checked-in+
Comment 6•12 years ago
|
||
Deployed, with analysis.cfg updated.
| Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 7•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/d1a8bcf8a4d832b99764214c7da13b46b1186a84
Bug 863061 - Ignore percentage_threshold for libxul linker memory [r=catlee]
Updated•8 years ago
|
Component: Tools → General
You need to log in
before you can comment on or make changes to this bug.
Description
•