Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: refine how compat snapshot is generated (#10342)
## Problem I noticed in #9537 that tests which work with compat snapshots were writing several hundred MB of data, which isn't really necessary. Also, the snapshots are large but don't have the proper variety of storage format features, e.g. they could just have L0 deltas. ## Summary of changes - Use smaller scale factor and runtime to generate less data - Configure a small layer size and use force image layer generation so that our output contains L1 deltas and image layers, and has a decent number of entries in the layer map
- Loading branch information
0d4fce2
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.
7443 tests run: 7067 passed, 1 failed, 375 skipped (full report)
Failures on Postgres 16
test_storage_controller_many_tenants[github-actions-selfhosted]
: release-x86-64Flaky tests (2)
Postgres 17
test_timeline_archive[4]
: debug-x86-64Postgres 16
test_timeline_archive[4]
: release-arm64Code coverage* (full report)
functions
:32.7% (8043 of 24618 functions)
lines
:47.8% (66830 of 139908 lines)
* collected from Rust tests only
0d4fce2 at 2025-01-10T16:32:02.237Z :recycle: