Whamcloud - gitweb
LU-14613 tests: fix sanity/60f on a local setup 08/43308/3
authorAlex Zhuravlev <bzzz@whamcloud.com>
Wed, 14 Apr 2021 05:13:25 +0000 (08:13 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 21 Apr 2021 03:15:38 +0000 (03:15 +0000)
commita2b5290d42846e9d053034d1d78966b91359cd65
tree101ac3c21667067cb4bf64b42c83d1b26153c9fd
parent93258b9d93611e75b79c30f3ddfc2c9c21f25917
LU-14613 tests: fix sanity/60f on a local setup

as fail_loc is shared among client and server on a local setup,
it can hit just before rm -f $TMP/$tfile*. given it's marked
with FAIL_ONCE, the log won't be dumped again.
to fix this do cleanup rm earlier.

Test-Parameters: trivial
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: Ifd70335c44bfe2e1970e1441837dcb3545c40ab0
Reviewed-on: https://review.whamcloud.com/43308
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Bobi Jam <bobijam@hotmail.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity.sh