-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pageserver: move deletion failpoint inside backoff (#5814)
## Problem When enabled, this failpoint would busy-spin in a loop that emits log messages. ## Summary of changes Move the failpoint inside a backoff::exponential block: it will still spam the log, but at much lower rate. --------- Co-authored-by: Joonas Koivunen <joonas@neon.tech>
- Loading branch information
Showing
1 changed file
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1d68f52
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2426 tests run: 2305 passed, 0 failed, 121 skipped (full report)
Flaky tests (1)
Postgres 14
test_pageserver_chaos
: debugCode coverage (full report)
functions
:54.5% (8875 of 16271 functions)
lines
:81.7% (51149 of 62641 lines)
1d68f52 at 2023-11-07T15:10:54.029Z :recycle: