From bea2d4a8f7008d956364590ec43f0e9e6c06c6a0 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 6 Jan 2015 08:16:20 -0700 Subject: [PATCH] qa: drop tiobench suite The tiobench software has been abandoned upstream for years. Fedora and Debian are no longer shipping the tiobench package, so we've had to carry the package ourselves in the Ceph project, and we're trying to slim down our dependencies where it makes sense to do so. Nuke the tiobench suite. http://tracker.ceph.com/issues/10152 Refs: #10152 Signed-off-by: Ken Dreyer --- qa/workunits/suites/tiobench.sh | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100755 qa/workunits/suites/tiobench.sh diff --git a/qa/workunits/suites/tiobench.sh b/qa/workunits/suites/tiobench.sh deleted file mode 100755 index 9bc71c6304767..0000000000000 --- a/qa/workunits/suites/tiobench.sh +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/bash -x - -die() { - echo $@ - exit 1 -} - -which tiotest || die "you must install the tiobench package" - -#timer_fail() { -# echo "timer expired: tiobench has timed out." -# exit 1 -#} - -#trap timer_fail ALRM - -#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" -done - -echo OK. -- 2.39.5