From b975e85afa535ca99363d6b6f5450c2bd18e562e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Fri, 23 Sep 2016 14:26:42 +0800 Subject: [PATCH] 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 --- qa/workunits/ceph-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index fb1c48693b309..bb180111bf964 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 -- 2.39.5