-
Notifications
You must be signed in to change notification settings - Fork 95
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): fix network block nemesis #8248
Conversation
Cherry-pick of 1e2ab0e has failed:
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 |
@soyacz one more reason to update the docker images on those. lets backport the needed changes to the docker image to 6.0, 6.1, 2024.2, one by one, and let's try keep them in sync with master in that regards as much as possible |
I totally agree. |
be831c6
to
0d4f8ba
Compare
there isn't, one need to manually rebase and solved the issues and ask them about it |
|
Due required update of tc-config to version 0.28.1, network block nemesis broke.
Issue has been fixed in tcconfig 0.29.0 so updating it.
fixes: #8064
Testing
tcset lo --loss 1% --tc-command
PR pre-checks (self review)
backport
labelsReminders
sdcm/sct_config.py
)unit-test/
folder)(cherry picked from commit 1e2ab0e)
Parent PR: #8223