Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
-----============= acceptance-small: recovery-double-scale ============----- Fri Dec 30 14:23:52 EST 2022 excepting tests: /home/green/git/lustre-release/lustre/tests/recovery-double-scale.sh: line 29: [1: command not found
added by :
commit f8e56a25cfc3e1f5af52e616bac950a5fb90ea40 Author: Xinliang Liu <xinliang.liu@linaro.org> AuthorDate: Fri Jan 7 02:41:00 2022 +0000 Commit: Oleg Drokin <green@whamcloud.com> CommitDate: Sat Jun 11 05:33:01 2022 +0000 LU-15412 tests: Let init_clients_lists() export client vars --- a/lustre/tests/recovery-double-scale.sh +++ b/lustre/tests/recovery-double-scale.sh @@ -26,7 +26,7 @@ build_test_filter remote_mds_nodsh && skip_env "remote MDS with nodsh" remote_ost_nodsh && skip_env "remote OST with nodsh" -[ -z "$CLIENTS" -o $CLIENTCOUNT -lt 3 ] && +[$CLIENTCOUNT -lt 3 ] && skip_env "need three or more clients"