diff options
author | Venky Shankar <vshankar@redhat.com> | 2015-06-17 09:35:22 +0530 |
---|---|---|
committer | Raghavendra Bhat <raghavendra@redhat.com> | 2015-06-25 04:44:48 -0700 |
commit | 367049879e149e2cd3ec3ba96de7f495a30de180 (patch) | |
tree | e2519c8e34e08969035c355bf8d152214442be43 | |
parent | 17b838ce18e0eb9dbfe9a540a3006023b19276e7 (diff) |
Revert "tests/bitrot: Induce delay before invoking bitrot subcommands"
This reverts commit a615f6c078c76791318c2a58efcc8baef18c25db.
Change-Id: I8b014a99686cd4ee07da9d26bca561b420c8bec7
BUG: 1231617
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Reviewed-on: http://review.gluster.org/11263
Tested-by: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
3 files changed, 0 insertions, 12 deletions
diff --git a/tests/bugs/bitrot/1209751-bitrot-scrub-tunable-reset.t b/tests/bugs/bitrot/1209751-bitrot-scrub-tunable-reset.t index 1d16057b2ed..919ffc3ba62 100644 --- a/tests/bugs/bitrot/1209751-bitrot-scrub-tunable-reset.t +++ b/tests/bugs/bitrot/1209751-bitrot-scrub-tunable-reset.t @@ -24,10 +24,6 @@ TEST $CLI volume bitrot $V0 enable EXPECT_WITHIN $PROCESS_UP_TIMEOUT "1" get_bitd_count -## sleep 5 second so that timer can initialize and bitrot can reconfigure that -## timer value. -sleep 5; - ## Set bitrot scrub-throttle value to lazy TEST $CLI volume bitrot $V0 scrub-throttle lazy diff --git a/tests/bugs/bitrot/1209818-vol-info-show-scrub-process-properly.t b/tests/bugs/bitrot/1209818-vol-info-show-scrub-process-properly.t index 9271a0d0561..4fe02dc7f63 100644 --- a/tests/bugs/bitrot/1209818-vol-info-show-scrub-process-properly.t +++ b/tests/bugs/bitrot/1209818-vol-info-show-scrub-process-properly.t @@ -24,10 +24,6 @@ TEST $CLI volume bitrot $V0 enable EXPECT_WITHIN $PROCESS_UP_TIMEOUT "1" get_bitd_count -## sleep 5 second so that timer can initialize and bitrot can reconfigure that -## timer value. -sleep 5; - ## Set bitrot scrubber process to pause state TEST $CLI volume bitrot $V0 scrub pause diff --git a/tests/bugs/bitrot/bug-1210684-scrub-pause-resume-error-handling.t b/tests/bugs/bitrot/bug-1210684-scrub-pause-resume-error-handling.t index 4d94213aa27..b15b908d21a 100644 --- a/tests/bugs/bitrot/bug-1210684-scrub-pause-resume-error-handling.t +++ b/tests/bugs/bitrot/bug-1210684-scrub-pause-resume-error-handling.t @@ -24,10 +24,6 @@ TEST $CLI volume bitrot $V0 enable EXPECT_WITHIN $PROCESS_UP_TIMEOUT "1" get_bitd_count -## sleep 5 second so that timer can initialize and bitrot can reconfigure that -## timer value. -sleep 5; - ## Pause scrubber operation on volume $V0 TEST $CLI volume bitrot $V0 scrub pause |