From: Patrick Farrell Date: Tue, 8 Aug 2023 19:39:17 +0000 (-0400) Subject: LU-17019 tests: fix 'v' usage in test 185 X-Git-Tag: 2.15.58~116 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=0d0a419151ab32ceb7d75a2660a74be5ea168bc1;p=fs%2Flustre-release.git LU-17019 tests: fix 'v' usage in test 185 Test 185 provides 'v' to multiop when using the multiop_bg_pause function, which already adds 'v' to the multiop command. Using a verbosity level > 2 breaks the code which checks the multiop output for PAUSING, now that there is other text in that output. Fixes: 84376bf674 ("LU-13805 tests: add unaligned io to multiop") Signed-off-by: Patrick Farrell Change-Id: I7023e47956e32a3f681fec504a1fc9200dbbf24f Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51898 Tested-by: jenkins Reviewed-by: Andreas Dilger --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 17bfb1c..b1dc833 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -19306,7 +19306,7 @@ test_185() { # LU-2441 $CHECKSTAT -t file $MOUNT/.lustre/fid/$fid 2>/dev/null && error "FID is still valid after close" - multiop_bg_pause $DIR/$tdir vVw4096_c + multiop_bg_pause $DIR/$tdir Vw4096_c local multi_pid=$! local OLD_IFS=$IFS