Server returns 0 on unhandled error
Bug #1160857 reported by
Javier Collado
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
UTAH |
Fix Released
|
Medium
|
Javier Collado |
Bug Description
Recently an unhandled error message has been added in the server for those
exceptions that aren't UTAH exceptions and haven't been caught.
However, in those cases, even if the error message is displayed, the return
code is 0, which is misleading because jenkins jobs would consider the test
execution as successful in such a case.
Related branches
lp://staging/~javier.collado/utah/bug1160857
- Javier Collado (community): Approve
- Max Brustkern (community): Approve
-
Diff: 86 lines (+12/-1)7 files modifieddebian/changelog (+6/-0)
examples/run_install_test.py (+1/-0)
examples/run_test_bamboo_feeder.py (+1/-1)
examples/run_test_cobbler.py (+1/-0)
examples/run_test_vm.py (+1/-0)
examples/run_utah_tests.py (+1/-0)
utah/run.py (+1/-0)
Changed in utah: | |
status: | New → Triaged |
importance: | Undecided → Medium |
assignee: | nobody → Javier Collado (javier.collado) |
Changed in utah: | |
status: | Triaged → In Progress |
Changed in utah: | |
status: | In Progress → Fix Committed |
Changed in utah: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.