Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
l0_flush: use mode=direct by default => coverage in automated tests (#…
…8534) Testing in staging and pre-prod has been [going well](#7418 (comment)). This PR enables mode=direct by default, thereby providing additional coverage in the automated tests: - Rust tests - Integration tests - Nightly pagebench (likely irrelevant because it's read-only) Production deployments continue to use `mode=page-cache` for the time being: neondatabase/infra#1655 refs #7418
- Loading branch information
4be5852
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.
3138 tests run: 3017 passed, 0 failed, 121 skipped (full report)
Code coverage* (full report)
functions
:32.8% (7017 of 21371 functions)
lines
:50.1% (55864 of 111581 lines)
* collected from Rust tests only
4be5852 at 2024-07-29T15:48:19.446Z :recycle: