From: David Zafman Date: Wed, 31 Jul 2013 18:59:55 +0000 (-0700) Subject: qa: Add workunit that hangs for manual thrasher testing X-Git-Tag: v0.67~37^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c48644d811117b7cd44ce2312f53e1cb82c7996a;p=ceph.git qa: Add workunit that hangs for manual thrasher testing Signed-off-by: David Zafman --- 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