From 5e4897eb6f1c97d4f0120803780904db49c5abe7 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 22 Mar 2023 17:59:27 -0600 Subject: [PATCH] LU-16658 tests: disable performance-sanity test_6 This test is likely failing due to a bug in mdsrate, which is no longer actively developed. It should be replaced by mdtest. Test-Parameters: trivial testlist=performance-sanity Signed-off-by: Andreas Dilger Change-Id: I05378fb75ed30e56983f4668c03725824ad5a8ab Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50386 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Sarah Liu Reviewed-by: Alex Deiter Reviewed-by: Oleg Drokin --- lustre/tests/performance-sanity.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/tests/performance-sanity.sh b/lustre/tests/performance-sanity.sh index f7c2fa8..55521cc 100644 --- a/lustre/tests/performance-sanity.sh +++ b/lustre/tests/performance-sanity.sh @@ -10,6 +10,7 @@ init_test_env "$@" init_logging ALWAYS_EXCEPT="$PERFORMANCE_SANITY_EXCEPT " +always_except LU-16658 6 build_test_filter [ -x "$MDSRATE" ] || FAIL_ON_ERROR=true error "No mdsrate program. Aborting." -- 1.8.3.1