Whamcloud - gitweb
LU-16658 tests: disable performance-sanity test_6 25/50425/3
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 27 Mar 2023 07:45:14 +0000 (00:45 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Apr 2023 00:07:28 +0000 (00:07 +0000)
This test is likely failing due to a bug in mdsrate, which is no
longer actively developed.  It should be replaced by mdtest.

Lustre-change: https://review.whamcloud.com/50386
Lustre-commit: 5e4897eb6f1c97d4f0120803780904db49c5abe7

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/+/50425
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/performance-sanity.sh

index c4004ff..ad1a2c5 100644 (file)
@@ -10,6 +10,9 @@ init_test_env $@
 init_logging
 
 ALWAYS_EXCEPT="$PERFORMANCE_SANITY_EXCEPT "
+# bug number:    LU-16658
+ALWAYS_EXCEPT+=" 6 "
+
 build_test_filter
 
 [ -x "$MDSRATE" ] || FAIL_ON_ERROR=true error "No mdsrate program. Aborting."