Bug 767271
Summary: | Need better error handling for delayed_jobs | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Mike McCune <mmccune> |
Component: | API | Assignee: | Tomas Strachota <tstrachota> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Katello QA List <katello-qa-list> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0.0 | CC: | cwelton, lzap, tstrachota |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | katello-cli-0.1.29-1, katello-0.1.145-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-22 18:13:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 747354 |
Description
Mike McCune
2011-12-13 17:15:09 UTC
I believe Tomas just fixed this. We are now raising exceptions when any of promotion subtasks fails. 1542d8c2 async tasks - raising exception when a task fails while waiting until it finishes I just realized that logging of delayed job exceptions is now enabled in development environment only. I'll enable it for production. One more issue is in cli command 'product promote' where we don't check result of the promotion and blindly print 'success'. I'm taking this one as well. I'm leaving notifications on UI folks to implement it in their controller. Fixed the above two backend issues in following commits fc8f2931 767271 - logging for delayed jobs enabled in all environments cc45e423 767271 - message after 'product promote' takes promotion failure into account I created new bz for the UI part of this story (#768047). Moving this one ON_QA. nice work guys, thanks for the fast turnaround QA Verified via the UI, in part through verifying bug #768047 |