-
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 waiting for delete_records validation) in ControllerUpgradeTest. test_updating_cluster_when_executing_operations
#11944
Comments
Class.method
ControllerUpgradeTest. test_updating_cluster_when_executing_operations
I believe this failure is due to the fact that delete-records requests are only handled after successful upgrade, so no bug here, just necessary to fix the test:
|
same failure mode #11942 |
- DeleteRecords is only enabled clusterwide after a full upgrade has been completed. - Fixes: redpanda-data#11944
@graphcareful if it's a functional issue like that wouldn't it be failing 100% of the time in release and debug? I do see it failing almost every time in debug, but not in release. Is there randomness involved in selecting the operations to apply? I guess that could explain the occasional pass. |
Yeah there is , i will look into that though, maybe something else is going on |
https://buildkite.com/redpanda/redpanda/builds/32654#01892d26-fa86-447a-934a-fd8855a4d428
https://buildkite.com/redpanda/redpanda/builds/32654#01892d34-c9c5-40eb-96fa-0f1a8d5e90b1
The text was updated successfully, but these errors were encountered: