submit a job specifying a malformed cerequirements parameter
verify that the job is executed and the parameter is ignored
Changed:
< <
Bug #51978: CREAM can be slow to start TESTING NOW
submit a big bunch of long-lived jobs, for example using cream-test-monitored-submit -r 30 -n 2000 -m 2000 -C 100 -j long.jdl -R <ce_id> and long.jdl is "[executable="/bin/sleep";arguments="3600";]"
submit a big bunch of long-lived jobs, for example using cream-test-monitored-submit -r 30 -n 2000 -m 2000 -C 100 --sotimeout 60 -j long.jdl -R <ce_id> where long.jdl is "[executable="/bin/sleep";arguments="3600";]"
when all the jobs have been submitted restart the service and verify the startup time.
verify in the CREAM and BLAHP logs that the jobs are checked one by one at startup, instead of polling all jobs from a given timestamp
Line: 201 to 201
Bug #59423: RFE: support for ISB/OSB transfers from/to gridftp servers running using credentials NOT TESTED
Changed:
< <
Bug #58659: NullPointerException from getStatus TESTING NOW
> >
Bug #58659: NullPointerException from getStatus FIXED
try to overload the node with the testsuite: cream-test-monitored-submit -r 30 -n 20000 -m 2000 -C 50 -l log4py.conf -j test.jdl -R --sotimeout 60 --vo dteam --valid 02:00 and verify that the log of the testsuite does not report any NullPointerException
Bug #58792: JobRegister fails, because cream_sandbox directory doesn't exist FIXED