Bug #10448
jobsub_submit accepts malformed disk size requests
Start date:
10/09/2015
Due date:
% Done:
0%
Estimated time:
First Occurred:
Occurs In:
Stakeholders:
Description
Per "jobsub_q -h" the --disk option takes a <num><units> combination.
$ jobsub_submit --disk=asdf file://./myscript.sh
should fail, but it happily submits a job.
$ which jobsub_submit
/cvmfs/fermilab.opensciencegrid.org/products/common/prd/jobsub_client/v1_1_6/NULL/jobsub_submit
History
#1 Updated by Dennis Box over 5 years ago
- Status changed from New to Resolved
- Target version set to v1.1.9
This was fixed while working on #4926, --timeout=time<units>. --timeout, --disk, --cpu, and --memory all check that input is what is described in --help now.
#2 Updated by Dennis Box over 5 years ago
- Assignee set to Dennis Box
#3 Updated by Dennis Box over 5 years ago
- Status changed from Resolved to Closed