Whamcloud - gitweb
LU-12350 tests: Do not use background failover 85/34985/2
authorPatrick Farrell <pfarrell@whamcloud.com>
Tue, 28 May 2019 21:02:49 +0000 (17:02 -0400)
committerOleg Drokin <green@whamcloud.com>
Sat, 1 Jun 2019 03:55:45 +0000 (03:55 +0000)
commit4ac0324fb9d824915b3dd11b75e81e609d9e8e84
tree71c87bd41c5314148724d6e602e71e505726c93d
parentcfe9e1a56c696bcbba24dd4041845ead12aba291
LU-12350 tests: Do not use background failover

For some reason, test 33 chooses at one point to take an
OST offline by starting failover in the background. It
seems to assume the OST will be offline during the
subsequent read, without doing anything to verify it is
offline - In fact, it could either be not offline yet or
back online with failover complete.

Just use stop like the rest of the test does.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I9c074ff1412793b8f0d8f15dc1e2ee21bb6d9fd6
Reviewed-on: https://review.whamcloud.com/34985
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Jenkins
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-flr.sh