Skip to content

qa: fixing the qa test in mon/misc.sh after adding beacon-diff feature#67307

Merged
leonidc merged 1 commit intoceph:mainfrom
leonidc:fix-tests-after-beacon-diff
Feb 11, 2026
Merged

qa: fixing the qa test in mon/misc.sh after adding beacon-diff feature#67307
leonidc merged 1 commit intoceph:mainfrom
leonidc:fix-tests-after-beacon-diff

Conversation

@leonidc
Copy link
Contributor

@leonidc leonidc commented Feb 11, 2026

Contribution Guidelines

  • To sign and title your commits, please refer to Submitting Patches to Ceph.

  • If you are submitting a fix for a stable branch (e.g. "quincy"), please refer to Submitting Patches to Ceph - Backports for the proper workflow.

  • When filling out the below checklist, you may click boxes directly in the GitHub web UI. When entering or editing the entire PR message in the GitHub web UI editor, you may also select a checklist item by adding an x between the brackets: [x]. Spaces and capitalization matter when checking off items this way.

Checklist

  • Tracker (select at least one)
    • References tracker ticket
    • Very recent bug; references commit where it was introduced
    • New feature (ticket optional)
    • Doc update (no ticket needed)
    • Code cleanup (no ticket needed)
  • Component impact
    • Affects Dashboard, opened tracker ticket
    • Affects Orchestrator, opened tracker ticket
    • No impact that needs to be tracked
  • Documentation (select at least one)
    • Updates relevant documentation
    • No doc update is appropriate
  • Tests (select at least one)
Show available Jenkins commands

You must only issue one Jenkins command per-comment. Jenkins does not understand
comments with more than one command.

Signed-off-by: Leonid Chernin <leonidc@il.ibm.com>
@leonidc leonidc requested a review from a team as a code owner February 11, 2026 14:15
@leonidc leonidc requested review from batrick and removed request for a team February 11, 2026 14:15
@leonidc leonidc merged commit b53f0f8 into ceph:main Feb 11, 2026
12 of 14 checks passed
Comment on lines +284 to +285
jq_success "$jqinput" "$jqfilter" "nvmeof_beacon_diff" || return 1
jqfilter='.monmap.features.persistent | length == 13'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leonidc
We are still seeing failures in main: https://tracker.ceph.com/issues/74827#note-21
maybe you're missing

Suggested change
jq_success "$jqinput" "$jqfilter" "nvmeof_beacon_diff" || return 1
jqfilter='.monmap.features.persistent | length == 13'
jqfilter='.monmap.features.persistent[]|select(. == "nvmeof_beacon_diff")'
jq_success "$jqinput" "$jqfilter" "nvmeof_beacon_diff" || return 1
jqfilter='.monmap.features.persistent | length == 13'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants