]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: tiobench workunit: remove timeout
authorSage Weil <sage.weil@dreamhost.com>
Mon, 20 Jun 2011 18:47:15 +0000 (11:47 -0700)
committerSage Weil <sage.weil@dreamhost.com>
Mon, 20 Jun 2011 18:47:24 +0000 (11:47 -0700)
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
qa/workunits/suites/tiobench.sh

index 689fa745bb685c9c7bac284c3a3d8e5dd57e2919..9bc71c6304767a5251f7873e0ce3213c61040e98 100755 (executable)
@@ -5,17 +5,17 @@ die() {
     exit 1
 }
 
-timer_fail() {
-    echo "timer expired: tiobench has timed out."
-    exit 1
-}
-
 which tiotest || die "you must install the tiobench package"
 
-trap timer_fail ALRM
+#timer_fail() {
+#    echo "timer expired: tiobench has timed out."
+#    exit 1
+#}
+
+#trap timer_fail ALRM
 
-pid=$$
-( sleep 420 ; kill -14 $pid ) &
+#pid=$$
+#( sleep 420 ; kill -14 $pid ) &
 
 for i in `seq 1 10`; do
     tiotest -f 20 -t 10 -d . -T -c -D 20 -r 1000 || die "tiotest failed"