From: Emoly Liu Date: Fri, 6 Sep 2024 02:17:08 +0000 (+0800) Subject: LU-18093 tests: error_ignore sanity.sh test_17e failure X-Git-Tag: 2.15.91~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F72%2F56272%2F2;p=fs%2Flustre-release.git LU-18093 tests: error_ignore sanity.sh test_17e failure Ignore sanity.sh test_17e failure on ubuntu 24.04 client. Test-Parameters: trivial testlist=sanity env=ONLY=17e \ clientdistro=ubuntu2404 serverdistro=el9.4 Signed-off-by: Emoly Liu Change-Id: I5dfb9915c92d23c44b431328e8dddd087b46146d Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56272 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Li Xi Reviewed-by: Lai Siyao Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 3d73581..b34bb0d 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -535,7 +535,7 @@ test_17e() { local foo=$DIR/$tdir/$tfile ln -s $foo $foo || error "create symlink failed" ls -l $foo || error "ls -l failed" - ls $foo && error "ls not failed" || true + ls $foo && error_ignore LU-18093 "ls not failed" || true } run_test 17e "symlinks: create recursive symlink (should return error)"