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>
This commit is contained in:
parent
17b838ce18
commit
367049879e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user