From 2fa325c83f1e51934385adb932f6578dc3ca0c8d Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Mon, 15 Apr 2024 16:26:02 -0700 Subject: [PATCH] EX-7680 tests: Skip sanity 430c for CSDC layout Skip sanity test_430c until SEEK_HOLE is implemented for CSDC Test-Parameters: trivial testlist=sanity-compr env=ONLY="sanity",COMPR_EXTRA_LAYOUT="-E 1M -c 1 -E eof -Z lz4:3" Signed-off-by: Wei Liu Change-Id: I7359262de9e3d1644d2a45b5336328bd8253f91b Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/54798 Reviewed-by: Colin Faber Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo --- lustre/tests/sanity-compr.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/sanity-compr.sh b/lustre/tests/sanity-compr.sh index 5768bb9..e530b1b 100644 --- a/lustre/tests/sanity-compr.sh +++ b/lustre/tests/sanity-compr.sh @@ -155,6 +155,7 @@ test_sanity() always_except LU-16928 56wb always_except LU-16904 906 always_except EX-7938 100 + always_except EX-8927 430c local rc [[ -n "$SANITYN_ONLY" && -z "$SANITY_ONLY" ]] && return 0 -- 1.8.3.1