Unique violation when importing translations from a branch
Bug #571210 reported by
Jeroen T. Vermeulen
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Critical
|
Curtis Hovey |
Bug Description
We're getting some unique-constraint violations from branch imports. Looks like the branch approver uses template names that already exist (perhaps as disabled templates?)
OOPS-1577RSBR1, OOPS-1577RSBR2, OOPS-1577RSBR3, OOPS-1577RSBR4, OOPS-1577RSBR5
Modern oops: OOPS-91882635e8551f53a0bd423d85dadcd5
Related branches
lp://staging/~sinzui/launchpad/reimport-inactive-templates
- j.c.sackett (community): Approve
-
Diff: 168 lines (+85/-1)6 files modifiedlib/lp/translations/interfaces/potemplate.py (+14/-1)
lib/lp/translations/model/approver.py (+9/-0)
lib/lp/translations/model/potemplate.py (+19/-0)
lib/lp/translations/tests/test_potemplate.py (+14/-0)
lib/lp/translations/tests/test_translationbranchapprover.py (+12/-0)
lib/lp/translations/tests/test_translationbuildapprover.py (+17/-0)
tags: | added: code-integration |
Changed in rosetta: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in launchpad: | |
importance: | High → Critical |
summary: |
- Unique violation in branch imports + Unique violation when importing translations from a branch |
description: | updated |
Changed in launchpad: | |
assignee: | nobody → Curtis Hovey (sinzui) |
status: | Triaged → In Progress |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Has this been improved as part of the new self-service work ?