From 9265af48aa03ffeacf030fbeb5a6cd5b6509f830 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 31 Oct 2023 01:36:49 -0600 Subject: [PATCH] LU-16868 tests: skip conf-sanity/66 in interop Do not run conf-sanity.sh test_66* in interop testing. Otherwise, it is possible that the version of the test script running on the client does not perform the upgrades with the right steps needed for remote servers that are running a different version. Test-Parameters: trivial testlist=conf-sanity env=ONLY=66 Test-Parameters: testlist=conf-sanity env=ONLY=66 serverversion=2.12.9 Signed-off-by: Andreas Dilger Change-Id: I7b28b5f123a7348f87d43c54c806eaf6173ebbe5 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52899 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Alex Deiter Reviewed-by: Mikhail Pershin Reviewed-by: Sarah Liu Reviewed-by: Oleg Drokin --- lustre/tests/conf-sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 0960ee2..a9efe897 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -5460,6 +5460,8 @@ test_66() { [[ "$MGS_VERSION" -ge $(version_code 2.3.59) ]] || skip "Need MGS version at least 2.3.59" + check_versions || skip "do not replace_nids with mismatched versions" + setup local OST1_NID=$(do_facet ost1 $LCTL list_nids | head -1) local MDS_NID=$(do_facet $SINGLEMDS $LCTL list_nids | head -1) -- 1.8.3.1