-
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
CI Failure (Timeout) in ControllerUpgradeTest.test_updating_cluster_when_executing_operations
#8083
Comments
|
I recently added some logic for throwing on errors, but it wasn't very generic (just raises on "INVALID" in output). This probably needs updating to actually parse rpk's output and check for "OK". |
Oops, sorry ,wasn't reading carefully enough. |
As lots of test became unstable after fixing validation in admin operations fuzzer. We disable validating result of topic configuration alteration not to disturb normal development process with constantly failing tests. Related: redpanda-data#8083, redpanda-data#8102 Signed-off-by: Michal Maslanka <[email protected]>
As lots of test became unstable after fixing validation in admin operations fuzzer. We disable validating result of topic configuration alteration not to disturb normal development process with constantly failing tests. Related: redpanda-data#8083, redpanda-data#8102 Signed-off-by: Michal Maslanka <[email protected]>
As lots of test became unstable after fixing validation in admin operations fuzzer. We disable validating result of admin operations not to disturb normal development process with constantly failing tests. Related: redpanda-data#8083, redpanda-data#8102 Signed-off-by: Michal Maslanka <[email protected]>
Another failure observed here: |
ControllerUpgradeTest.test_updating_cluster_when_executing_operations
Fix #8083: Timeout in ControllerUpgradeTest.test_updating_cluster_when_executing_operations
https://buildkite.com/redpanda/redpanda/builds/20717#0185849e-72bf-4773-9bc1-9c1395324e2c
The text was updated successfully, but these errors were encountered: