Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unlock LFC mutex when LFC cache is disabled (#10235)
## Problem See #10233 `lfc_containsv` returns with holding lock when LFC was disabled. This bug was introduced in commit 78938d1 ## Summary of changes Release lock before return. Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
b3cd883
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.
7245 tests run: 6937 passed, 1 failed, 307 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (3)
Postgres 17
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64test_timeline_archival_chaos
: release-arm64, release-arm64Code coverage* (full report)
functions
:31.3% (8403 of 26881 functions)
lines
:48.0% (66688 of 139070 lines)
* collected from Rust tests only
b3cd883 at 2025-01-02T14:21:31.517Z :recycle: