-
Notifications
You must be signed in to change notification settings - Fork 485
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
tests: failures in test_timeline_archival_chaos
#10389
Labels
a/test
Area: related to testing
c/storage/pageserver
Component: storage: pageserver
t/bug
Issue Type: Bug
triaged
bugs that were already triaged
Comments
jcsp
added
a/test
Area: related to testing
c/storage/pageserver
Component: storage: pageserver
t/bug
Issue Type: Bug
labels
Jan 14, 2025
Failure mode C: #10524 |
Failure mode D: #10532 |
Failed mode E: #10594 |
Failure mode B: #10595 |
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 30, 2025
## Problem The test asserts that it completes at least 10 full timeline lifecycles, but the noisy CI environment sometimes doesn't meet that goal. Related: #10389 ## Summary of changes - Sleep for longer between pageserver restarts, so that the timeline workers have more chance to make progress - Sleep for shorter between retries from timeline worker, so that they have better chance to get in while a pageserver is up between restarts - Relax the success condition to complete at least 5 iterations instead of 10
github-merge-queue bot
pushed a commit
that referenced
this issue
Jan 31, 2025
…10594) ## Problem If offloading races with normal shutdown, we get a "failed to freeze and flush: cannot flush frozen layers when flush_loop is not running, state is Exited". This is harmless but points to it being quite strange to try and freeze and flush such a timeline. flushing on shutdown for an archived timeline isn't useful. Related: #10389 ## Summary of changes - During Timeline::shutdown, ignore ShutdownMode::FreezeAndFlush if the timeline is archived
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
a/test
Area: related to testing
c/storage/pageserver
Component: storage: pageserver
t/bug
Issue Type: Bug
triaged
bugs that were already triaged
Multiple failure modes:
The text was updated successfully, but these errors were encountered: