-
Notifications
You must be signed in to change notification settings - Fork 44
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
test_put_snapshot_local_filesystem seems to be flaky #2428
Comments
Interesting, I'd seen this during development but I thought it was just a bug that I had fixed. Looking into it. |
Have we seen more occurrences of this, @tillrohrmann? I did a quick scan of recent GHA failures and didn't find any but it is hard to filter for. I ran 1000 iterations of the test on macOS and Ubuntu/x64 and got zero failures. I added a simple check to verify the size post-upload; I'd like to also add explicit checksums to the metadata for added paranoia at some point soon. |
I've seen this test failure occur for the first time. |
Not 100% related but at least it might catch whether the issue happens on put, or on get - I created a draft PR that outlines what I was thinking with snapshot SST file checksums: #2436. |
Let's keep this open for now but I think @muhamadazmy found the root cause: #2483 |
The test
test_put_snapshot_local_filesystem
seems to be flaky: https://github.com/restatedev/restate/actions/runs/12356871562/job/34483774350#step:11:459.It failed with
cc @pcholakov
The text was updated successfully, but these errors were encountered: