diff options
Diffstat (limited to 'qa/workunits/rados/test_hang.sh')
-rwxr-xr-x | qa/workunits/rados/test_hang.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/qa/workunits/rados/test_hang.sh b/qa/workunits/rados/test_hang.sh new file mode 100755 index 00000000..724e0bb8 --- /dev/null +++ b/qa/workunits/rados/test_hang.sh @@ -0,0 +1,8 @@ +#!/bin/sh -ex + +# Hang forever for manual testing using the thrasher +while(true) +do + sleep 300 +done +exit 0 |