Merge lp://staging/~julian-edwards/maas/download-service-exceptions into lp://staging/~maas-committers/maas/trunk
Proposed by
Julian Edwards
Status: | Merged |
---|---|
Approved by: | Julian Edwards |
Approved revision: | no longer in the source branch. |
Merged at revision: | 2828 |
Proposed branch: | lp://staging/~julian-edwards/maas/download-service-exceptions |
Merge into: | lp://staging/~maas-committers/maas/trunk |
Diff against target: |
121 lines (+50/-6) 2 files modified
src/provisioningserver/pserv_services/image_download_service.py (+22/-5) src/provisioningserver/pserv_services/tests/test_image_download_service.py (+28/-1) |
To merge this branch: | bzr merge lp://staging/~julian-edwards/maas/download-service-exceptions |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jeroen T. Vermeulen (community) | Approve | ||
Review via email: mp+232352@code.staging.launchpad.net |
Commit message
Ensure that exceptions are caught inside the PeriodicImageDo
Description of the change
.
To post a comment you must log in.
Nicely done. Just one note: shouldn't the existing tests then call try_download instead of maybe_start_ download, so that the success case is covered?