Closed
Bug 944548
Opened 12 years ago
Closed 11 years ago
Use a unique or auto-incrementing value for the records in zippy
Categories
(Marketplace Graveyard :: Payments/Refunds, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2013-12-10
People
(Reporter: andy+bugzilla, Assigned: andy+bugzilla)
References
Details
(Whiteboard: [qa-])
STR:
1. start up the zamboni, zippy, solitude stack
2. set zamboni to use zippy
3. create a payment account
4. restart zippy
5. create a payment account
Expected:
It works just tickety boo.
Actual:
IntegrityError: (1062, "Duplicate entry '/provider/reference/sellers/1/' for key 'uri'")
Thats because the seller has been created with an id of 1. Each time you start zippy, the resource_pk and resource_uri is 1. That's hell with something that persists that information, such as zamboni.
| Assignee | ||
Comment 1•12 years ago
|
||
If the URLs used the uuid, that would work. But still having a bit of persistence would be nice.
| Assignee | ||
Comment 2•11 years ago
|
||
Assignee: nobody → amckay
Status: NEW → RESOLVED
Closed: 11 years ago
Priority: -- → P2
Resolution: --- → FIXED
Target Milestone: --- → 2013-12-10
Comment 3•11 years ago
|
||
Please add STR here or mark it with [qa-] if no QA is needed.
Flags: needinfo?(amckay)
| Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(amckay)
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•