-
Notifications
You must be signed in to change notification settings - Fork 593
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 on start) in PartitionMoveInterruption.test_cancellations_interrupted_with_restarts
#10497
Comments
I'm not too sure what happened here.
From the logs of docker-rp-12, the HTTP server started around the time of the test timing out, but there's no requests for /v1/status/ready` in the log:
Marking this as |
|
Failures linked here are all debug builds. The one I saw on #10287 (https://buildkite.com/redpanda/redpanda/builds/29681#01884882-9a65-4fd9-a8eb-976bddadcf9e) is missing timeout deadline by <1000ms. Several other tests recently became unstable in debug mode. I suspect there is some rogue test making the rest run slowly, compounded by our change to debug build to use shared libraries which makes everything run a bit slower. |
|
https://buildkite.com/redpanda/redpanda/builds/30108#018868e9-8cf5-4149-a046-793962299e58
|
Disabled `test_cancellations_interrupted_with_restarts` test running in debug mode. Fixes: redpanda-data#10497 Signed-off-by: Michal Maslanka <michal@redpanda.com>
Disabled `test_cancellations_interrupted_with_restarts` test running in debug mode. Fixes: redpanda-data#10497 Signed-off-by: Michal Maslanka <michal@redpanda.com>
Disabled `test_cancellations_interrupted_with_restarts` test running in debug mode. Fixes: redpanda-data#10497 Signed-off-by: Michal Maslanka <michal@redpanda.com>
Disabled `test_cancellations_interrupted_with_restarts` test running in debug mode. Fixes: redpanda-data#10497 Signed-off-by: Michal Maslanka <michal@redpanda.com> (cherry picked from commit 010888d)
https://buildkite.com/redpanda/redpanda/builds/28393#0187dc0c-8f3d-4563-941e-187afc6df1b0
The text was updated successfully, but these errors were encountered: