From cb1e0174f7c7a2b0c62067af1cdfa09e8a7cc63e Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 9 Oct 2024 18:22:37 -0600 Subject: [PATCH] LU-18335 tests: skip conf-sanity/136 in interop conf-sanity test_136 was added to test the fix for a bug that crashes the MDS, so skip it during interop testing. Test-Parameters: trivial testlist=conf-sanity env=ONLY=136 Test-Parameters: testlist=conf-sanity env=ONLY=136 serverversion=2.15 Fixes: 55c143a66d ("LU-15784 obdecho: don't panic with run on second mdt") Signed-off-by: Andreas Dilger Change-Id: Iec0f96387bf69218ee74b88cce5ab21e07004292 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56638 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Jian Yu Reviewed-by: Minh Diep Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index bb84d58..8478214 100755 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -11337,10 +11337,13 @@ cleanup_136 () { test_136() { (( MDSCOUNT >= 2 )) || skip "needs >= 2 MDTs" + (( $MDS1_VERSION >= $(version_code v2_15_61-43-g55c143a66d) )) || + skip "Need MDS >= 2.15.61.43 for obdecho on second MDT" reformat setup_noconfig + do_rpc_nodes $(facet_active_host mds2) "load_module obdecho/obdecho" do_facet mds2 "$LCTL attach echo_client ec ec_uuid" || error "echo attach fail" -- 1.8.3.1