From 0d0a419151ab32ceb7d75a2660a74be5ea168bc1 Mon Sep 17 00:00:00 2001 From: Patrick Farrell Date: Tue, 8 Aug 2023 15:39:17 -0400 Subject: [PATCH] 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 --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.3.1