Closed
Bug 1245297
Opened 10 years ago
Closed 10 years ago
Decrease the WEEKLY_THRESHOLD in woo_commenter from 5 to a lower value.
Categories
(Tree Management Graveyard :: OrangeFactor, defect)
Tree Management Graveyard
OrangeFactor
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: KWierso, Assigned: KWierso)
Details
Attachments
(1 file)
|
1.06 KB,
patch
|
Details | Diff | Splinter Review |
At the moment, an intermittent failure needs to be classified at least five times in one week for it to be posted as a comment to the bug.
This makes it harder to keep closing old intermittent failures that just trailed off because it can catch a lot of current failures if they only happen 4 times a week every week.
Arguably, we should probably be querying orangefactor directly to find stale intermittent bugs and then change only those bugs in bugzilla, but that's a more involved change than just dropping the weekly threshold to a lower number like 1 or 2.
Once we have a better way to query these things, we can bump this threshold back up to 5, but for now, I'd argue a lower threshold is the way to go.
Patch incoming.
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment on attachment 8715043 [details] [diff] [review]
Drop the threshold from 5 to 1.
Hi Wes, thank you for filing this and looking into ways to improve the orangefactor commenter behaviour :-)
Before I review this, could you explain the reasoning for the change a bit more, similar to what I asked in bug 1224018 comment 4?
As mentioned in that bug, even without these changes it may still fine to close out inactive intermittent bugs. For example, a world where we don't file a bug for every intermittent failure, is very similar to one where we are comfortable classifying failures against a closed bug.
As is, it's going to cause a several-fold increase in the amount of bugmail (see the initial analysis I performed in bug 1179821 comment 5).
Possible reasons I can see are:
* "several bugs have similar but incorrect suggestions so need constant expanding of 'show more'"
* "it's hard to tell a closed bug apart from a really-old-so-shouldn't be used closed bug"
...however:
(a) it would be good to have them explained in this bug (and the commit message), particularly since the original thresholds were chosen in an empirical way
(b) there may be alternative ways to fix those original root causes, rather than requiring the threshold be changed
Many thanks :-)
Attachment #8715043 -
Flags: review?(emorley)
| Assignee | ||
Comment 3•10 years ago
|
||
NI'ing Dave since this patch came about from a ping from him.
Flags: needinfo?(dburns)
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 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
•