-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VirtualFile::atomic_overwrite: add basic unit tests (#5191)
Should have added them in the initial PR #5186. Would have been nice to test the failure cases as well, but, without mocking the FS, that's too hard / platform-dependent.
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 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
1d98d3e
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.
2564 tests run: 2441 passed, 0 failed, 123 skipped (full report)
Flaky tests (3)
Postgres 16
test_partial_evict_tenant
: release, debugPostgres 14
test_get_tenant_size_with_multiple_branches
: debugCode coverage (full report)
functions
:53.1% (7808 of 14711 functions)
lines
:81.2% (45676 of 56262 lines)
1d98d3e at 2023-09-25T18:19:42.765Z :recycle: