[Backport 2026.1] feat(monkey): extract encryption nemeses into own module - #15787
Open
scylladbbot wants to merge 1 commit into
Open
[Backport 2026.1] feat(monkey): extract encryption nemeses into own module#15787scylladbbot wants to merge 1 commit into
scylladbbot wants to merge 1 commit into
Conversation
Author
|
@cezarmoise - This PR has conflicts, therefore it was moved to |
(cherry picked from commit 81cd900)
cezarmoise
force-pushed
the
backport/15607/to-2026.1
branch
from
August 14, 2026 13:58
248e810 to
44a8269
Compare
cezarmoise
marked this pull request as ready for review
August 14, 2026 13:58
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Key technical point for future phases: this is the first migration of a @scylla_versions-decorated method into a monkey class. The decorator internally does getattr(cls_self, "cluster", cls_self), so I added a cluster property on the base monkey (return self.runner.cluster) — verified experimentally that this satisfies the decorator correctly. Worth reusing for Phase 4 (disrupt_mgmt_restore) and Phase 10 (compaction), which also carry @scylla_versions.
Closes: SCT-213
Testing
PR pre-checks (self review)
backportlabelsReminders
Add New configuration option and document them (in
sdcm/sct_config.py)Add unit tests to cover my changes (under
unit-test/folder)Update the Readme/doc folder relevant to this change (if needed)
(cherry picked from commit 81cd900)
Parent PR: #15607