Closed
Bug 971809
Opened 12 years ago
Closed 10 years ago
Regression notification system for Eideticker
Categories
(Testing Graveyard :: Eideticker, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: blassey, Assigned: ekyle)
References
Details
No description provided.
Comment 1•12 years ago
|
||
The path I was planning to take with this was make eideticker use datazilla (bug 909796) and then plug into datazilla's coming-soon (I think end of Q1?) regression notification system.
Comment 2•12 years ago
|
||
Let's make this depend on adding support for datazilla for now.
Depends on: 909796
Comment 3•12 years ago
|
||
Actually, it looks like migrating to datazilla isn't that hot an idea after all. But we still want this. So let's write a regression-detection-and-notification system on top of the existing eideticker datastore.
Likely a custom python script will need to be written that will analyze eideticker's data and detect recent regressions. We can probably reuse many of the ideas that are going into the datazilla script, although the nature of eideticker's regressions is a bit different. Kyle would probably be the natural person to write this script, if he has time. Otherwise I can probably take a stab at it based on his work for datazilla.
For sending the regression mails, I'd like to use the same system that glob's writing for datazilla, which I hear will involve something called errormill (which apparently is good at making sure that duplicate notices aren't sent, etc.). Will try to learn more about this next week.
No longer depends on: 909796
Summary: Have eideticker send email when there is a regression → Regression notification system for Eideticker
(In reply to William Lachance (:wlach) from comment #3)
> For sending the regression mails, I'd like to use the same system that
> glob's writing for datazilla, which I hear will involve something called
> errormill
we're not doing it yet, but that's the plan.
http://errormill.mozilla.org/
https://getsentry.com/
http://sentry.readthedocs.org/en/latest/
from bugzilla we build the json at http://bzr.mozilla.org/bmo/4.2/view/head:/Bugzilla/Sentry.pm#L206
and send it at http://bzr.mozilla.org/bmo/4.2/view/head:/sentry.pl#L67
(but there's probably a python lib that would most of the heavy lifting)
Comment 5•12 years ago
|
||
I showed Kyle some samples of eideticker data and regressions (both android and b2g) and he thinks the existing system he's written for datazilla should be straightforward to adapt to the type of data eideticker is generating, so long as the data is in elastic search. Filed bug 985985 for this.
Tentatively scheduling for early Q2.
Depends on: 985985
Comment 6•11 years ago
|
||
:ekyle has this mostly working. I'll assign this to him.
Assignee: nobody → klahnakoski
| Assignee | ||
Comment 7•10 years ago
|
||
dzAlerts is a dead project
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•