Bug 1171936
Summary: | Beaker should handle shlex syntax errors more gracefully | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | wangdong <dowang> |
Component: | general | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.18 | CC: | aigao, asaha, dcallagh |
Target Milestone: | 19.3 | Keywords: | Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-03-17 06:34:27 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
wangdong
2014-12-09 03:20:42 UTC
Current behaviour is that the job is accepted and queued but at provisioning time, it aborts with a message like this: Failed to provision recipeid 884, No closing quotation Expected behaviour after this patch is that the job is not accepted, and an error message is shown like this: Failed to import job because of: Error parsing ks_meta: No closing quotation http://gerrit.beaker-project.org/3932 Beaker 19.3 has been released. |