Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(test): tighten up test_gc_feedback (#10126)
## Problem In #8103 we changed the test case to have more test coverage of gc_compaction. Now that we have `test_gc_compaction_smoke`, we can revert this test case to serve its original purpose and revert the parameter changes. part of #9114 ## Summary of changes * Revert pitr_interval from 60s to 10s. * Assert the physical/logical size ratio in the benchmark. --------- Signed-off-by: Alex Chi Z <[email protected]> Co-authored-by: Arpad Müller <[email protected]>
- Loading branch information
6d3e809
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.
7245 tests run: 6935 passed, 1 failed, 309 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (1)
Postgres 15
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Code coverage* (full report)
functions
:31.2% (8394 of 26865 functions)
lines
:48.0% (66631 of 138941 lines)
* collected from Rust tests only
6d3e809 at 2024-12-18T20:29:55.877Z :recycle: