From: Radoslaw Zarzynski Date: Fri, 30 Sep 2022 09:54:12 +0000 (+0000) Subject: doc, qa/standalone/mon/misc: verify that len(monmap.features.persistent) == 10 X-Git-Tag: v18.1.0~1075^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=130704e815c7d79af09096217e127877bca5e06a;p=ceph.git doc, qa/standalone/mon/misc: verify that len(monmap.features.persistent) == 10 Also updates the release checklist. Signed-off-by: Radoslaw Zarzynski --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 6b09b69cb69..4b7817b1dcc 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -73,6 +73,7 @@ Mon --- - [x] qa/standalone/mon/misc adjust `TEST_mon_features` (add X cases and adjust `--mon-debug-no-require-X`) +- [x] qa/standalone/mon/misc bump up `jqfilter='.monmap.features.persistent | length == N'` to `N+1` - [x] mon/MgrMonitor.cc adjust `always_on_modules` - [x] common/options/global.yaml.in define `mon_debug_no_require_X` - [x] common/options/global.yaml.in remove `mon_debug_no_require_X-2` diff --git a/qa/standalone/mon/misc.sh b/qa/standalone/mon/misc.sh index f7d349e9eb8..aef109633fb 100755 --- a/qa/standalone/mon/misc.sh +++ b/qa/standalone/mon/misc.sh @@ -266,7 +266,7 @@ function TEST_mon_features() { jq_success "$jqinput" "$jqfilter" "pacific" || return 1 jqfilter='.monmap.features.persistent[]|select(. == "elector-pinging")' jq_success "$jqinput" "$jqfilter" "elector-pinging" || return 1 - jqfilter='.monmap.features.persistent | length == 9' + jqfilter='.monmap.features.persistent | length == 10' jq_success "$jqinput" "$jqfilter" || return 1 jqfilter='.monmap.features.persistent[]|select(. == "quincy")' jq_success "$jqinput" "$jqfilter" "quincy" || return 1