Bug 756690
| Summary: | Only valid error messages should be displayed when Deployable XML is blank. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Aziza Karol <akarol> | ||||||||
| Component: | aeolus-conductor | Assignee: | Imre Farkas <ifarkas> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | wes hayutin <whayutin> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 1.0.0 | CC: | akarol, athomas, dajohnso, deltacloud-maint, dgao, ifarkas, slinaber, ssachdev | ||||||||
| Target Milestone: | rc | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2012-08-30 17:13:48 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: | |||||||||||
| Attachments: |
|
||||||||||
|
Description
Aziza Karol
2011-11-24 09:55:11 UTC
Created attachment 535826 [details]
Error msg
I have fixed the bug. Please verify the commit ec565686dff983ca11699f9aa91ba3635cfb848b This issue is reproducible.
All the error messages get displayed.see attached screenshot
* Deployable XML file doesn't resolve valid XMLErrors
Catalog entry XML file is either invalid or no longer reachable at
* 1 error prohibited this record from being saved:
* Xml can't be blank
[root@dell-pe1950-01 ~]# rpm -qa | grep aeolus
aeolus-conductor-daemons-0.8.0-0.20111222233342gitd98cb57.el6.noarch
rubygem-aeolus-image-0.3.0-0.20111222173411gitc13b654.el6.noarch
rubygem-aeolus-cli-0.3.0-0.20111222173356git3cd6277.el6.noarch
aeolus-all-0.8.0-0.20111222233342gitd98cb57.el6.noarch
aeolus-configure-2.5.0-0.20111222173430git17b704a.el6.noarch
aeolus-conductor-0.8.0-0.20111222233342gitd98cb57.el6.noarch
aeolus-conductor-doc-0.8.0-0.20111222233342gitd98cb57.el6.noarch
Created attachment 550227 [details]
err messages
adding ce-sprint-next bugs to ce-sprint ec565686dff983ca11699f9aa91ba3635cfb848b in aeolus-conductor-0.8.0-2.el6.src.rpm Another patch after the fix made this issue reproducible. It has been fixed again, by commit 938f84d49b448c425cf924b01b9f454cb7ee0dce bugs in verified or on_qa moving off tracker The other error messages is not displayed now, however I see that "Deployable XML file doesn't resolve valid XML" is still displayed. This message should not be displayed when xml file is blank. rpm -qa | grep aeolus aeolus-conductor-doc-0.8.0-6.el6.noarch rubygem-aeolus-image-0.3.0-2.el6.noarch rubygem-aeolus-cli-0.3.0-3.el6.noarch aeolus-all-0.8.0-6.el6.noarch aeolus-conductor-0.8.0-6.el6.noarch aeolus-configure-2.5.0-4.el6.noarch aeolus-conductor-daemons-0.8.0-6.el6.noarch 938f84d49b448c425cf924b01b9f454cb7ee0dce in aeolus-conductor-0.8.0-7.el6.src.rpm Only valid error messages is now displayed when the XML is blank. see attached scrennshot. No URL provided for the deployable XML file. 1 error prohibited this record from being saved: Xml can't be blank verified on: rpm -qa | grep aeolus aeolus-conductor-doc-0.8.0-7.el6.noarch rubygem-aeolus-image-0.3.0-2.el6.noarch rubygem-aeolus-cli-0.3.0-3.el6.noarch aeolus-all-0.8.0-7.el6.noarch aeolus-conductor-0.8.0-7.el6.noarch aeolus-configure-2.5.0-4.el6.noarch aeolus-conductor-daemons-0.8.0-7.el6.noarch Created attachment 555669 [details]
err messages
|