ArchivePublisherBase.publish() should not ignore PoolOverwriteError
Bug #562275 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
FilePublishingB
Instead the exception should not be logged but raised so it process-accepted can file an OOPS about it.
Related branches
lp://qastaging/~jelmer/launchpad/oops-on-pool-overwrite-error
- Brad Crittenden (community): Approve (code)
-
Diff: 126 lines (+39/-20)3 files modifiedlib/lp/archiveuploader/tests/test_uploadprocessor.py (+10/-0)
lib/lp/soyuz/model/publishing.py (+19/-20)
lib/lp/soyuz/tests/test_publishing.py (+10/-0)
Changed in soyuz: | |
assignee: | nobody → Jelmer Vernooij (jelmer) |
Changed in soyuz: | |
status: | New → In Progress |
importance: | Undecided → Low |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in stable r11191 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ stable/ revision/ 11191>.