action #51932
closedTrimming of white spaces on "machine definition"
100%
Description
As it looks there is no trimming of leading white space characters which might result in fairly obscure problems with - for instance - scheduler picking up the jobs.
Updated by okurz over 5 years ago
- Category set to Feature requests
the actual example that we hit which caused weird behaviour is WORKER_CLASS= qemu_x86_64
, not the space after =
. It was interesting that within a scheduled job the setting on the page #settings rendered nicely and we only found the invalid value by inspecting the actual database content.
Updated by Xiaojing_liu over 5 years ago
- Status changed from New to In Progress
Updated by okurz over 5 years ago
@Xiaojing_liu do you see something missing for this ticket after the PR was merged?
Updated by Xiaojing_liu over 5 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Updated by Xiaojing_liu over 5 years ago
okurz wrote:
@Xiaojing_liu do you see something missing for this ticket after the PR was merged?
Do you mean I should change the ticket's status to "Resolved". If you mean that, thanks for your reminder. If you mean other, please let me know. Thanks.
Updated by tinita almost 5 years ago
- Has duplicate action #63089: Trim testsuite settings spaces when editing in WebUI added