Introduction
This test determines if the checkpoint/restart cycle can be repeated multiple times.
Test steps
Start a job and then while tail'ing the job output, do multiple qhold/qrls operations.
> qsub -c enabled test.sh
999.xxx.yyy
> qhold 999
> qrls 999
> qhold 999
> qrls 999
> qhold 999
> qrls 999
Successful results
After each qrls, the job's output should resume. Also tried "while true; do qrls 999; qhold 999; done" and this seemed to work as well.
Related topics