Closed Bug 650109 Opened 14 years ago Closed 14 years ago

Please unthrottle Firefox 4.0.1, Firefox 3.6.17, and Firefox 3.5.19 crash reports

Categories

(Socorro :: General, task)

task
Not set
critical

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: christian, Assigned: jabba)

Details

Attachments

(1 file)

Please unthrottle Firefox 4.0.1, Firefox 3.6.17, and Firefox 3.5.19 crash reports. We are planning to go to beta soon (not today) and would like the crash reports unthrottled for these 3 releases. Thanks!
Upping priority, we need this as the updates went out Friday and today.
Severity: major → critical
Assignee: nobody → laura
Status: NEW → ASSIGNED
Attachment #526980 - Flags: review?(lars)
Attachment #526980 - Flags: feedback?
Attachment #526980 - Flags: feedback? → review?(rhelmer)
Attachment #526980 - Flags: review?(lars) → review+
Punting over to jabba for prod application.
Assignee: laura → jdow
Applied the patch and restarted apache: throttleConditions = cm.Option() throttleConditions.default = [ ("Version", "3.5.19", 100.0), ("Version", "3.6.17", 100.0), ("Version", "4.0.1", 100.0), ("Version", re.compile(r'\..*?[a-zA-Z]+'), 100), # 100% of all alpha, beta or special ("Comments", lambda x: x, 100), # 100% of crashes with comments ("ProductName", lambda x: x[0] == 'F' and x[-1] == 'x', 10), # 10% of Firefox - excluding someone's bogus "Firefox3" product ("ProductName", lambda x: x[0] in 'TSCF', 100), # 100% of Thunderbird, SeaMonkey, Camino, and Fennec. This rule must stay AFTER the Firefox rule. (None, True, 0) # reject everything else ]
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Attachment #526980 - Flags: review?(rhelmer) → review+
Checked this into branch, so it'll go out with 1.7.7: Committed revision 3090. Not landed on trunk (assuming we'll revert this before 1.7.8 goes out).
Component: Socorro → General
Product: Webtools → Socorro
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: