Whamcloud - gitweb
LU-16168 tests: fix get_slave_nr in sanity-quota 59/50659/4
authorSergey Cheremencev <scherementsev@ddn.com>
Mon, 17 Apr 2023 14:44:22 +0000 (17:44 +0300)
committerOleg Drokin <green@whamcloud.com>
Tue, 20 Jun 2023 03:40:27 +0000 (03:40 +0000)
Redirect output of wait_update_facet in get_slave_nr
to /dev/null/. Otherwise if wait_update_cond prints
something while waiting, get_slave_nr returns this
output together with slave number causing test_68
to fail.

Test-Parameters: trivial testlist=sanity-quota
Test-Parameters: testlist=sanity-quota fstype=zfs
Fixes: 83dd308db5 ("LU-15460 test: wait quota pool to be prepared")
Signed-off-by: Sergey Cheremencev <scherementsev@ddn.com>
Change-Id: I813ed31db864897372c7eb6aab4e1f5a4b955f49
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50659
Reviewed-by: Hongchao Zhang <hongchao@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity-quota.sh

index 965b50b..a041e21 100755 (executable)
@@ -4824,7 +4824,7 @@ get_slave_nr() {
 
        wait_update_facet mds1 \
                "$LCTL get_param -n qmt.$FSNAME-QMT0000.dt-$pool.info \
-                       >/dev/null 2>&1 || echo foo" "" ||
+                       >/dev/null 2>&1 || echo foo" "">/dev/null ||
        error "mds1: failed to create quota pool $pool"
 
        do_facet mds1 $LCTL get_param -n qmt.$FSNAME-QMT0000.dt-$pool.info |