Bug 848258
Summary: | rhq-script-plugin does not strip whitespace for availability check | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Elias Ross <genman> |
Component: | Plugins | Assignee: | John Mazzitelli <mazz> |
Status: | ASSIGNED --- | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4, 4.5, 4.6, 4.7, 4.8, 4.9 | CC: | hrupp, loleary |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1005951 |
Description
Elias Ross
2012-08-15 03:05:58 UTC
*** Bug 848261 has been marked as a duplicate of this bug. *** This may be related to Bug 837731 trim whitespace/newlines from start/end of output string prior to applying regex filters. git commit to master 49fe82e Setting back to ASSIGNED as the commit for this issue seems very bad as it changes the output of the script. This can result in failed matches if a valid or proper regular expression is used. Instead of trimming, we should use the correct matcher implementation as we are performing searches within output of a script that is most likely multi-line. This is the suggestion also mentioned in option 4) of comment 0. |