Description of problem: Create a job with "'" single quotation. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Create a job and add a "'" in your recpie like this ks_meta="'" 2. 3. Actual results: This will cause a shlex syntax error like this --> http://fpaste.org/157515/18022141/ Expected results: Show a descriptive abort message when provisioning. Additional info:
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.