-
Notifications
You must be signed in to change notification settings - Fork 601
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 (Expected to delete some chunk files during seq-cons, none deleted) in CloudStorageChunkReadTest. test_read_chunks
#21376
Comments
After a certain point during test run, all possible chunks have been hydrated IE the file handles are open. The underlying files get deleted but the file handles remain open, so no chunk files are deleted from that point onwards. Possible fixes could include:
I opted for the last one in #21427 as the purpose behind deleting chunks was to test the re-materialization of chunks and the assertion in itself is not valuable, only the side effect of removing files is. |
https://buildkite.com/redpanda/redpanda/builds/51463#0190aaf1-31cb-40ed-9878-f6c9bcd62031
JIRA Link: CORE-5591
The text was updated successfully, but these errors were encountered: