Whamcloud - gitweb
LU-16658 tests: disable performance-sanity test_6 86/50386/2
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 22 Mar 2023 23:59:27 +0000 (17:59 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 4 Apr 2023 14:33:17 +0000 (14:33 +0000)
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 <adilger@whamcloud.com>
Change-Id: I05378fb75ed30e56983f4668c03725824ad5a8ab
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50386
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sarah Liu <sarah@whamcloud.com>
Reviewed-by: Alex Deiter <alex.deiter@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/performance-sanity.sh

index f7c2fa8..55521cc 100644 (file)
@@ -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."