Merge lp://staging/~pfalcon/tcwg-web/handle-lava-errors into lp://staging/tcwg-web
Proposed by
Paul Sokolovsky
Status: | Merged |
---|---|
Merged at revision: | 247 |
Proposed branch: | lp://staging/~pfalcon/tcwg-web/handle-lava-errors |
Merge into: | lp://staging/tcwg-web |
Diff against target: |
93 lines (+32/-6) 3 files modified
common.py (+7/-2) lava.py (+10/-1) scheduler.py (+15/-3) |
To merge this branch: | bzr merge lp://staging/~pfalcon/tcwg-web/handle-lava-errors |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Matthew Gretton-Dann | Approve | ||
Review via email: mp+165437@code.staging.launchpad.net |
Description of the change
This fixes CBuild 500 Internal Errors when LAVA request fails, and shows a proper error message to the user instead.
To post a comment you must log in.
Line 10 should say "if successful". Other than that looks ok to me, but I am not familiar with LAVA internals.