-
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 (TimeoutError) in CloudStorageChunkReadTest.test_read_when_segment_size_smaller_than_chunk_size
#11151
Comments
The timeouts seem to be rpc
Locally I run the test 18 times:
Which is 9 of them in parallel, twice. So they take around 1min each. |
https://buildkite.com/redpanda/redpanda/builds/30349#018876e1-c48f-4b3f-9d5f-b75f75f1b0a8 : timeout after 1719 messages the test expects to be able to read 2500 messages in 5 minutes with a 16MiB cache. This often does not seem possible especially in debug mode. This is a case of adjusting the test expectations, the test is simply to assert that reads work as expected when the segment size (512KiB) is below chunk size (16MiB) which does seem to work. I will change the test expectations by lowering the number of random consumers. |
looks like it is still happening: https://buildkite.com/redpanda/redpanda/builds/31173#0188b472-7582-4aa7-98b3-7cd6f7dfc95f |
The specific failure was an instance of #6399 The consumer did not send fetch requests to redpanda:
|
https://buildkite.com/redpanda/redpanda/builds/30349#018876e1-c48f-4b3f-9d5f-b75f75f1b0a8
https://buildkite.com/redpanda/redpanda/builds/30374#018877fa-3bc4-4373-82f9-2925e566f843
https://buildkite.com/redpanda/redpanda/builds/30353#0188770b-f994-4fd5-95ac-cbf5f7c83cde
The text was updated successfully, but these errors were encountered: