Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lfc_ensure_function which now disables LFC (#5294)
## Problem There was a bug in lfc_ensure_opened which actually disables LFC ## Summary of changes Return true ifLFC file is normally opened ## Checklist before requesting a review - [ ] I have performed a self-review of my code. - [ ] If it is a core feature, I have added thorough tests. - [ ] Do we need to implement analytics? if so did you add the relevant metrics to the dashboard? - [ ] If this PR requires public announcement, mark it with /release-notes label and add several sentences in this section. ## Checklist before merging - [ ] Do not forget to reformat commit message to not include the above checklist Co-authored-by: Konstantin Knizhnik <[email protected]>
- Loading branch information
1697e7b
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.
2540 tests run: 2415 passed, 0 failed, 125 skipped (full report)
Flaky tests (1)
Postgres 16
test_partial_evict_tenant
: releaseCode coverage (full report)
functions
:53.1% (7669 of 14453 functions)
lines
:81.0% (44783 of 55281 lines)
1697e7b at 2023-09-13T06:42:26.367Z :recycle: