From: Greg Farnum Date: Fri, 14 Dec 2012 22:34:35 +0000 (-0800) Subject: qa: add a workunit for fsync-tester X-Git-Tag: v0.56~49 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1ec70aa0dde820f1fd6fdedba2369b841bf6ca7f;p=ceph.git qa: add a workunit for fsync-tester It turns out that our suites don't exercise fsync, at least not very much (I couldn't find it in all the places I looked for it). This tester was written by Ted T'so and updated by Chris Mason; I just made it work on a smaller dataset (256MB) because 8GB against a small cluster takes more time than we want to wait. Signed-off-by: Greg Farnum --- diff --git a/qa/workunits/suites/fsync-tester.sh b/qa/workunits/suites/fsync-tester.sh new file mode 100755 index 000000000000..bdb7e5838467 --- /dev/null +++ b/qa/workunits/suites/fsync-tester.sh @@ -0,0 +1,8 @@ +#!/bin/sh -x + +set -e + +wget http://ceph.com/qa/fsync-tester.c +gcc fsync-tester.c -o fsync-tester + +./fsync-tester