You are here: Appendices > Appendix M: BLCR Acceptance Tests > Test 4 - Multiple Checkpoint/Restart

M.6 Test 4 - Multiple Checkpoint/Restart

M.6.1 Introduction

This test determines if the checkpoint/restart cycle can be repeated multiple times.

M.6.2 Test Steps

Start a job and then while tailing 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 

© 2017 Adaptive Computing