-
Notifications
You must be signed in to change notification settings - Fork 461
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use bool param for round_trip_test_compressed (#8252)
As per @koivunej 's request in #8238 (comment) , use a runtime param instead of monomorphizing the function based on the value. Part of #5431
- Loading branch information
Showing
1 changed file
with
9 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
a004d27
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.
3093 tests run: 2964 passed, 2 failed, 127 skipped (full report)
Failures on Postgres 14
test_sharding_autosplit[github-actions-selfhosted]
: releasetest_storage_controller_many_tenants[github-actions-selfhosted]
: releaseFlaky tests (2)
Postgres 16
test_ondemand_wal_download_in_replication_slot_funcs
: releasePostgres 15
test_secondary_background_downloads
: debugCode coverage* (full report)
functions
:32.7% (6932 of 21219 functions)
lines
:50.1% (54439 of 108708 lines)
* collected from Rust tests only
a004d27 at 2024-07-04T14:52:41.045Z :recycle: