feature(nemesis): add disrupt_abort_decommission nemesis#13333
Open
cezarmoise wants to merge 2 commits intoscylladb:masterfrom
Open
feature(nemesis): add disrupt_abort_decommission nemesis#13333cezarmoise wants to merge 2 commits intoscylladb:masterfrom
cezarmoise wants to merge 2 commits intoscylladb:masterfrom
Conversation
1d0e9f2 to
1f6f299
Compare
Contributor
Author
|
1f6f299: re-ran precommit checks to fix nemesis.yaml |
pehala
reviewed
Jan 27, 2026
1f6f299 to
e3f043b
Compare
Contributor
Author
|
e3f043b: improve comments and docstrings |
e3f043b to
6dc615b
Compare
Contributor
Author
|
6dc615b: rebase and fix conflicts |
pehala
reviewed
Jan 30, 2026
6dc615b to
719f29f
Compare
Contributor
Author
|
719f29f small fix re: #13333 (comment) |
719f29f to
9dd4aa8
Compare
Contributor
Author
|
9dd4aa8: added helper methods to parse task list and wait for a task with specific properties. |
pehala
reviewed
Jan 30, 2026
Contributor
Author
|
going back to draft as the helper function does not work as intented |
9dd4aa8 to
be79bcf
Compare
… a specific task Add two helper methods: - parse_scylla_task_list: parse the output of `nodetool tasks list` into a list of dicts where each dict is a task, with the keys being the column names of the task list table - wait_for_tasks: wait for tasks with specific properties in a given module
be79bcf to
306f826
Compare
Add a new nemesis that starts a decommission on the target node, and after sstable streaming has started cancels the decommission task refs: scylladb/scylladb#24129
306f826 to
2d0421b
Compare
Contributor
Author
|
2d0421b: fixed when searching for the task, the host id is https://argus.scylladb.com/tests/scylla-cluster-tests/7e1fa501-9bc2-495f-84c6-f92382548f05/nemesis |
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.
Add a new nemesis that starts a decommission on the target node, and after sstable streaming has started cancels the decommission task
refs: scylladb/scylladb#24129
Testing
PR pre-checks (self review)
backportlabelsReminders
sdcm/sct_config.py)unit-test/folder)