-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Problem #5711 and #5367 raced -- the `SlotGuard` type needs `Gate` to properly enforce its invariant that we may not drop an `Arc<Tenant>` from a slot. ## Summary of changes Replace the TODO with the intended check of Gate.
- Loading branch information
Showing
2 changed files
with
8 additions
and
8 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
40441f8
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.
2438 tests run: 2317 passed, 0 failed, 121 skipped (full report)
Flaky tests (2)
Postgres 16
test_restarts_frequent_checkpoints
: releasePostgres 15
test_branching_with_pgbench[cascade-1-10]
: debugCode coverage (full report)
functions
:54.7% (8898 of 16258 functions)
lines
:81.7% (51265 of 62763 lines)
40441f8 at 2023-11-08T13:42:40.862Z :recycle: