-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove eviction batching (#6060)
We no longer have `layer_removal_cs` since #5108, we no longer need batching.
- Loading branch information
Showing
4 changed files
with
142 additions
and
288 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
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
Oops, something went wrong.
a919b86
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.
2252 tests run: 2162 passed, 0 failed, 90 skipped (full report)
Flaky tests (2)
Postgres 14
test_create_snapshot
: releasetest_gc_cutoff
: debugCode coverage (full report)
functions
:55.2% (9433 of 17091 functions)
lines
:82.3% (54555 of 66303 lines)
a919b86 at 2023-12-13T16:55:08.794Z :recycle: