Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2024.2] fix(nemesis): skip truncate large partition nemesis with zero node #9366

Draft
wants to merge 1 commit into
base: branch-2024.2
Choose a base branch
from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Nov 25, 2024

due to scylladb/scylladb#20356, need to skip nemesis disuprt_truncate_large_partition nemesis, because it use hardcoded scylla-bench command with autoresize rf

Number of nodes in DC increased, this allow to safely
decommission node with tablets feature enabled

Testing

PR pre-checks (self review)

  • I added the relevant backport labels
  • I didn't leave commented-out/debugging code

Reminders

  • 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 f5ad446)

Parent PR: #9342

due to scylladb/scylladb#20356, need to skip nemesis
disuprt_truncate_large_partition nemesis, because it use
hardcoded scylla-bench command with autoresize rf

Number of nodes in DC increased, this allow to safely
decommission node with tablets feature enabled

(cherry picked from commit f5ad446)

# Conflicts:
#	test-cases/longevity/longevity-multi-dc-rack-aware-with-znode-in-diff_dc.yaml
@mergify mergify bot added the conflicts label Nov 25, 2024
Copy link
Author

mergify bot commented Nov 25, 2024

Cherry-pick of f5ad446 has failed:

On branch mergify/bp/branch-2024.2/pr-9342
Your branch is up to date with 'origin/branch-2024.2'.

You are currently cherry-picking commit f5ad4460e.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	modified:   sdcm/nemesis.py

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
	deleted by us:   test-cases/longevity/longevity-multi-dc-rack-aware-with-znode-in-diff_dc.yaml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@mergify mergify bot marked this pull request as draft November 25, 2024 22:49
@fruch
Copy link
Contributor

fruch commented Nov 28, 2024

@aleksbykov seem like this configuration changed isn't in this branch

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.

2 participants