Whamcloud - gitweb
LU-17019 tests: fix 'v' usage in test 185 98/51898/2
authorPatrick Farrell <pfarrell@whamcloud.com>
Tue, 8 Aug 2023 19:39:17 +0000 (15:39 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 8 Aug 2023 21:00:00 +0000 (21:00 +0000)
commit0d0a419151ab32ceb7d75a2660a74be5ea168bc1
tree18518d2553a83ac5aed3f81345c086d81e4dae7e
parentc13d919564cf6692a794fe1ceb1875971f8cde03
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 <pfarrell@whamcloud.com>
Change-Id: I7023e47956e32a3f681fec504a1fc9200dbbf24f
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51898
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/sanity.sh