-
Notifications
You must be signed in to change notification settings - Fork 589
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
Fix #8083: Timeout in ControllerUpgradeTest.test_updating_cluster_when_executing_operations #8099
Conversation
New CI failure in ControllerUpgradeTest.test_updating_cluster_when_executing_operations. The problem was already present there but it was hidden by the faulty rpk wrapper which were treating failure as a success (fixed in this PR). We should not consider it as a blocker since it was already there. |
85f4114
to
ce4c8f3
Compare
parsing the output to fail on anything but success to avoid slipping failures as success
LGTM, needs fixing for python lint errors. I edited the Fixes line to make it Related, because this PR is not resolving the failure (it's failing the same way, just with a cleaner error instead of a timeout) |
AdminOperationsFuzzer retries operations when they fail assuming they are idempotent but some operations used to use randomness leading to strange effects, fixing them to use randomness only on initialization
I had segregated the errors:
This PR fixes #8083 Edited it back |
Fix timeout in ControllerUpgradeTest.test_updating_cluster_when_executing_operations caused by treating failed
rpk.alter_topic_config
as if it were successful.Fixes #8083
Backports Required
UX Changes
Release Notes