From: Kefu Chai Date: Fri, 23 Sep 2016 06:26:42 +0000 (+0800) Subject: test: re-enable test_pg_scrub() test in ceph-helper.sh X-Git-Tag: v11.0.1~112^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b975e85afa535ca99363d6b6f5450c2bd18e562e;p=ceph.git test: re-enable test_pg_scrub() test in ceph-helper.sh this reverts d053705. i disabled this test in hope to bisect the offending tests that fail the mysterious jenkins failure, which was fixed by 6f3ce3a. Signed-off-by: Kefu Chai --- diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index fb1c48693b30..bb180111bf96 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -1167,7 +1167,7 @@ function pg_scrub() { wait_for_scrub $pgid "$last_scrub" } -function DISABLED_test_pg_scrub() { +function test_pg_scrub() { local dir=$1 setup $dir || return 1