summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rados/test_hang.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ceph/qa/workunits/rados/test_hang.sh')
-rwxr-xr-xsrc/ceph/qa/workunits/rados/test_hang.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ceph/qa/workunits/rados/test_hang.sh b/src/ceph/qa/workunits/rados/test_hang.sh
new file mode 100755
index 0000000..724e0bb
--- /dev/null
+++ b/src/ceph/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