-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests & benchmarks: unify the way we customize the default tenant con…
…fig (#9992) Before this PR, some override callbacks used `.default()`, others used `.setdefault()`. As of this PR, all callbacks use `.setdefault()` which I think is least prone to failure. Aligning on a single way will set the right example for future tests that need such customization. The `test_pageserver_getpage_throttle.py` technically is a change in behavior: before, it replaced the `tenant_config` field, now it just configures the throttle. This is what I believe is intended anyway.
- Loading branch information
Showing
3 changed files
with
4 additions
and
5 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
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
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
944c1ad
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.
7155 tests run: 6837 passed, 0 failed, 318 skipped (full report)
Flaky tests (9)
Postgres 17
test_cli_start_stop
: release-arm64test_deletion_queue_recovery[no-validate-lose]
: release-x86-64test_sharding_split_failures[failure17]
: debug-x86-64Postgres 15
test_prefetch[None]
: release-arm64test_prefetch[4]
: release-arm64test_pull_timeline[True]
: release-x86-64, release-arm64Postgres 14
test_prefetch[4]
: release-x86-64test_prefetch[None]
: release-x86-64Code coverage* (full report)
functions
:30.8% (8265 of 26844 functions)
lines
:47.8% (65171 of 136375 lines)
* collected from Rust tests only
944c1ad at 2024-12-03T23:59:10.450Z :recycle: