Closed
Bug 672000
Opened 15 years ago
Closed 15 years ago
Compatibility checker shouldn't fail on duplicate UUID error
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect, P1)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
6.1.7
People
(Reporter: krupa.mozbugs, Assigned: kumar)
References
Details
steps to reproduce:
1. Load https://addons.allizom.org/en-US/developers/addon/check-compatibility
2. Upload an .xpi like https://addons.allizom.org/en-US/firefox/addon/wisestamp-email-signature-gmai/
expected behavior:
Compatibility tests are run and we do not check for duplicate UUIDs during compatibility checks.
observed behavior:
compatibility checks don't run since validation fails on duplicate UUIDs
| Assignee | ||
Updated•15 years ago
|
Priority: -- → P1
Target Milestone: --- → 6.1.7
| Assignee | ||
Comment 1•15 years ago
|
||
Fixed https://github.com/jbalogh/zamboni/commit/0487efc
This also prevents dupe UUID errors on the standalone addon validator.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•15 years ago
|
||
I still see duplicate UUID error
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•15 years ago
|
||
There was a problem in how JS polls for the result. Fixed https://github.com/jbalogh/zamboni/commit/e045e8d
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 4•15 years ago
|
||
verified at https://addons.allizom.org/z/en-US/developers/addon/check-compatibility by uploading 'All-in-one-gestures'
https://addons.allizom.org/z/en-us/developers/addon/validate
Status: RESOLVED → VERIFIED
Updated•10 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
•