Bug 1176689
| Summary: | State Machine progresses when state instance is not found. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Tina Fitzgerald <tfitzger> |
| Component: | Automate | Assignee: | mkanoor |
| Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4.0 | CC: | jhardy, mfalesni, obarenbo, xlecauch |
| Target Milestone: | GA | ||
| Target Release: | 5.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.4.0.0.11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
bz_monday 020215
|
|
| Last Closed: | 2015-06-16 12:46:41 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tina Fitzgerald
2014-12-22 20:24:24 UTC
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/104d657eabc79c8f0b9551970b8a5d172a138134 commit 104d657eabc79c8f0b9551970b8a5d172a138134 Author: Madhu Kanoor <mkanoor> AuthorDate: Mon Feb 2 17:46:35 2015 -0500 Commit: Madhu Kanoor <mkanoor> CommitDate: Mon Feb 2 17:46:35 2015 -0500 During state machine fail if the instance is missing https://bugzilla.redhat.com/show_bug.cgi?id=1176689 If an instance is missing and we are processing a state machine raise a MiqAeDatastoreError and fail the state machine. .../miq_automation_engine/engine/miq_ae_object.rb | 1 + .../miq_ae_state_missing_relation_spec.rb | 83 ++++++++++++++++++++++ 2 files changed, 84 insertions(+) create mode 100644 vmdb/spec/lib/miq_automation_engine/miq_ae_state_missing_relation_spec.rb Verified in 5.4.0.0.10. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2015-1100.html |