Closed
Bug 728951
Opened 13 years ago
Closed 13 years ago
Firefox 11 bulk validation doesn't finish
Categories
(addons.mozilla.org Graveyard :: Compatibility Tools, defect)
addons.mozilla.org Graveyard
Compatibility Tools
Tracking
(Not tracked)
RESOLVED
FIXED
6.4.3
People
(Reporter: jorgev, Unassigned)
References
()
Details
(Whiteboard: [fx11])
Bulk validation for Firefox 11 isn't finishing. I tried this twice already, as you can see from runs 61 and 62.
This needs to be fixed ASAP, since the Firefox 11 check is already very late.
Updated•13 years ago
|
Target Milestone: 6.4.2 → 6.4.3
Comment 1•13 years ago
|
||
It looks like it actually finished but there were two unexpected exceptions which might be why it thinks it hasn't finished yet:
- foxytunes-4.3.5-sm+fx+tb.xpi is taking too long to validate. It is hitting the timeout
- downloadsmod-0.1.1-fx.xpi is triggering this exception: bug 729316
Comment 2•13 years ago
|
||
Thanks for looking, Kumar. I think we can handle those two cases manually in this run - Jorge?
Reporter | ||
Comment 3•13 years ago
|
||
The validation page is useless if the validation doesn't finish. Either we need to fix those exceptions, or find a way to exclude those 2 add-ons from testing.
Comment 4•13 years ago
|
||
Someone could go into the db and mark those jobs complete so that the auditing CSV links show up
Comment 5•13 years ago
|
||
mysql> update validation_job set completed=NOW() where id in (61,62);
Query OK, 2 rows affected (0.00 sec)
Kumar says you should be able to review the results once the cache clears
Comment 6•13 years ago
|
||
I'm going to close this, as the result links are showing up now. If it's a problem with the next bump clone this bug and we'll figure something out. Thanks.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•