From e3026c1715f7e86c67599e1b7b573f90650e9a4e Mon Sep 17 00:00:00 2001 From: hxing Date: Fri, 24 Feb 2023 09:56:08 +0800 Subject: [PATCH] LU-16335 tests: modify the version_code in test_832 of sanity Modify the version_code in test_832() of sanity.sh Test-Parameters: testlist=sanity env=ONLY=832 Fixes: 485953b0eb ("LU-16335 mdt: skip target check for rm_entry") Signed-off-by: Xing Huang Change-Id: I5cd641f4e8ae830099242d1cd49cdab6d341199c Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50128 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- lustre/tests/sanity.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index fbaa7fc..16b1f8d 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -28246,8 +28246,8 @@ run_test 822 "test precreate failure" test_832() { (( $MDSCOUNT >= 2 )) || skip "needs >= 2 MDTs" - (( $MDS1_VERSION >= $(version_code 2.15.52) )) || - skip "Need MDS version 2.15.52+" + (( $MDS1_VERSION >= $(version_code 2.14.0.74) )) || + skip "Need MDS version 2.14.0.74+" is_rmentry_supported || skip "rm_entry not supported" mkdir_on_mdt0 $DIR/$tdir || error "mkdir $tdir failed" -- 1.8.3.1