summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Zafman <david.zafman@inktank.com>2013-07-31 11:59:55 -0700
committerDavid Zafman <david.zafman@inktank.com>2013-07-31 12:04:23 -0700
commitc48644d811117b7cd44ce2312f53e1cb82c7996a (patch)
treea2e6fdd2e2eb5130ccc1557889d3a06a06cd7dfe
parent00dc634451687756ef16f176753d0bd0ba385584 (diff)
downloadceph-c48644d811117b7cd44ce2312f53e1cb82c7996a.tar.gz
qa: Add workunit that hangs for manual thrasher testing
Signed-off-by: David Zafman <david.zafman@inktank.com>
-rwxr-xr-xqa/workunits/rados/test_hang.sh8
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 00000000000..724e0bb82a5
--- /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