-
Notifications
You must be signed in to change notification settings - Fork 457
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_download_remote_layers_api
flakyness
#3831
Comments
duplicate of #3422 |
A recent failure of this test: https://neon-github-public-dev.s3.amazonaws.com/reports/pr-5207/6157084684/index.html#suites/b97efae3a617afb71cb8142f5afa5224/9b22f1b52bf4c315
|
Hehe, it's an issue I have created. Today's analysis: TL;DR: it definitelty triggers the path I added in #5233. An instance today which also has a succesful run. The test log does have the fixup I added:
it seems in this case it works wrong:
I don't understand. Thought I think without my change in #5233, it would had failed on the previous assert near the "fixing up", so it might be my "fixing up" is only partial. EDIT: Log analysis later on: logs clearly show inmemory flush after metrics were read during shutdown. |
Finally closing this due to my above log analysis and being able to merge #5322 as it fixes that exact problem. |
https://neon-github-public-dev.s3.amazonaws.com/reports/pr-3818/debug/4436920822/index.html#suites/b97efae3a617afb71cb8142f5afa5224/ea27292fb12d954/:
From the test it looks this could be caused by wal being received from safekeepers after measuring it. If not, then it's probably something mystical like #3209.
The text was updated successfully, but these errors were encountered: