Merge lp:~mwhudson/launchpad/incremental-oops into lp:launchpad
Proposed by
Michael Hudson-Doyle
on 2010-02-23
| Status: | Merged |
|---|---|
| Approved by: | Tim Penhey on 2010-02-23 |
| Approved revision: | not available |
| Merged at revision: | not available |
| Proposed branch: | lp:~mwhudson/launchpad/incremental-oops |
| Merge into: | lp:launchpad |
| Diff against target: |
64 lines (+15/-5) 4 files modified
lib/lp/code/browser/branch.py (+3/-3) lib/lp/code/enums.py (+1/-1) lib/lp/code/model/tests/test_codeimport.py (+9/-0) lib/lp/code/model/tests/test_codeimportjob.py (+2/-1) |
| To merge this branch: | bzr merge lp:~mwhudson/launchpad/incremental-oops |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Penhey (community) | 2010-02-23 | Approve on 2010-02-23 | |
|
Review via email:
|
|||
Commit Message
SUCCESS_PARTIAL needs to count as a success wrt code_import.
To post a comment you must log in.
| Michael Hudson-Doyle (mwhudson) wrote : | # |

Hi Tim,
A problem with the incremental import stuff: a partial success wasn't counted as a success when it comes to disabling imports that fail repeatedly. That's not what we want :-)
Cheers,
mwh