Whamcloud - gitweb
LU-18335 tests: skip conf-sanity/136 in interop 38/56638/4
authorAndreas Dilger <adilger@whamcloud.com>
Thu, 10 Oct 2024 00:22:37 +0000 (18:22 -0600)
committerOleg Drokin <green@whamcloud.com>
Fri, 18 Oct 2024 18:43:50 +0000 (18:43 +0000)
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 <adilger@whamcloud.com>
Change-Id: Iec0f96387bf69218ee74b88cce5ab21e07004292
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56638
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/conf-sanity.sh

index bb84d58..8478214 100755 (executable)
@@ -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"