]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: re-enable test_pg_scrub() test in ceph-helper.sh 11208/head
authorKefu Chai <kchai@redhat.com>
Fri, 23 Sep 2016 06:26:42 +0000 (14:26 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 23 Sep 2016 06:50:03 +0000 (14:50 +0800)
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 <kchai@redhat.com>
qa/workunits/ceph-helpers.sh

index fb1c48693b3099f76cfbd73455930761a4c32e78..bb180111bf964fc27a1110bfe4274f432cddec8d 100755 (executable)
@@ -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