From: Elena Gryaznova Date: Tue, 26 Oct 2021 11:34:30 +0000 (+0300) Subject: LU-15151 tests: use facet check instead of node check X-Git-Tag: 2.14.56~106 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=dc27b1c3ea1852617012753a3cce1f6c76b164af;ds=sidebyside LU-15151 tests: use facet check instead of node check Change wait_update_cond() call to wait_update_facet_cond() call in test_119. Fixes: 98f107b53e4d ("LU-9699 osp: don't assert on OSP duplicating") Test-Parameters: trivial testlist=conf-sanity env=ONLY=119 Signed-off-by: Elena Gryaznova HPE-bug-id: LUS-10557 Change-Id: Ia1ff7921026212814ec71e0c3aa60f23fbd7278f Reviewed-on: https://review.whamcloud.com/45369 Reviewed-by: Andreas Dilger Reviewed-by: Vladimir Saveliev Tested-by: Maloo Tested-by: jenkins --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 145c0f2..12f1155 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -8671,7 +8671,7 @@ test_119() { do_facet mds1 "$LCTL set_param debug_mb=$size_mb" start_mdt 2 - wait_update_cond mds1 \ + wait_update_facet_cond mds1 \ "$LCTL dk | grep -c Processed.log.$FSNAME-MDT0000" \ ">" 1 300 done