Whamcloud - gitweb
EX-4052 tests: skip sanity-lipe test_8/9
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 9 Dec 2021 00:37:51 +0000 (17:37 -0700)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 9 Dec 2021 17:15:30 +0000 (17:15 +0000)
Tests failing 100% and need to be skipped until fixed.

Test-Parameters: trivial testlist=sanity-lipe
Test-Parameters: testlist=sanity-lipe mdscount=2 mdtcount=4
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I7b29c2f147652ae99522f71f7d156e0934a48d8a
Reviewed-on: https://review.whamcloud.com/45802
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
lustre/tests/sanity-lipe.sh

index e3e2a23..6f02c69 100644 (file)
@@ -14,8 +14,8 @@ init_test_env $@
 . ${CONFIG:=$LUSTRE/tests/cfg/$NAME.sh}
 init_logging
 
-# bug number for skipped test:
-ALWAYS_EXCEPT="$SANITY_LIPE_EXCEPT "
+# bug number for skipped test:     EX-4052
+ALWAYS_EXCEPT="$SANITY_LIPE_EXCEPT 8 9"
 # UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
 
 (( OSTCOUNT >= 2 )) || skip_env "need at least 2 OSTs"