From: Andreas Dilger Date: Thu, 10 Oct 2024 00:22:37 +0000 (-0600) Subject: LU-18335 tests: skip conf-sanity/136 in interop X-Git-Tag: 2.16.0-RC3~8 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F38%2F56638%2F4;p=fs%2Flustre-release.git 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 --- 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"