Subject: | helios_job_submit.pl says job arguments invalid, submits anyway |
If you attempt to submit a job with invalid job argument XML with helios_job_submit.pl, the command will print an error but submit the job to Helios anyway:
$ helios_job_submit.pl -v Helios::TestService "<job><params><arg1>value1</arg1>"
Invalid job arguments: <job><params><arg1>value1</arg1> ()
Jobid: 84
The helios_job_info command confirms the job was submitted with invalid job argument XML:
$ helios_job_info --jobid=84 -a -l
Jobid: 84
Jobtype: Helios::TestService
Submit Time: Fri Sep 12 18:51:21 2014
Run After: Fri Sep 12 18:51:21 2014
Locked Until:
Priority:
Args:
<job><params><arg1>value1</arg1>