Merge lp:~cjwatson/launchpad/db-process-accepted-bugs-job into lp:launchpad/db-devel
| Status: | Merged |
|---|---|
| Approved by: | Colin Watson on 2012-08-16 |
| Approved revision: | no longer in the source branch. |
| Merged at revision: | 11843 |
| Proposed branch: | lp:~cjwatson/launchpad/db-process-accepted-bugs-job |
| Merge into: | lp:launchpad/db-devel |
| Diff against target: |
140 lines (+51/-6) 5 files modified
database/sampledata/current-dev.sql (+14/-3) database/sampledata/current.sql (+14/-3) database/schema/comments.sql (+8/-0) database/schema/patch-2209-27-2.sql (+13/-0) database/schema/security.cfg (+2/-0) |
| To merge this branch: | bzr merge lp:~cjwatson/launchpad/db-process-accepted-bugs-job |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Stuart Bishop | db | 2012-08-13 | Approve on 2012-08-16 |
| Benji York (community) | code | 2012-08-13 | Approve on 2012-08-13 |
| Robert Collins | db | 2012-08-13 | Pending |
|
Review via email:
|
|||
Commit Message
Add ProcessAccepted
Description of the Change
== Summary ==
Bug 745799: Some uploads can't be accepted within the timeout, principally because they have to close lots of bugs and dealing with structural subscriptions is very slow.
== Proposed fix ==
I describe my proposed fix in detail in https:/
This is the DB part of this change.
== Pre-implementation notes ==
http://
== LOC Rationale ==
+46, depending on how you want to count DB changes. Even with the associated code changes, this will still be dwarfed by removing the queue script (-1956).
| Colin Watson (cjwatson) wrote : | # |
Sorry, I hadn't actually meant to ask for a code review but couldn't withdraw the request once I'd made it :-)
| Stuart Bishop (stub) wrote : | # |
This is fine.
It would be nice to drop the id column and just use job as the primary key, but I understand that we probably have existing code that relies on id and the table should be small in any case.

The code in this branch is perfect in every way.