Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pagesever): stablize gc-compaction tests (#10621)
## Problem Hopefully this can resolve #10517. The reason why the test is flaky is that after restart the compute node might write some data so that the pageserver flush some layers, and in the end, causing L0 compaction to run, and we cannot get the test scenario as we want. ## Summary of changes Ensure all L0 layers are compacted before starting the test. Signed-off-by: Alex Chi Z <chi@neon.tech>
- Loading branch information
cab60b6
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.
7565 tests run: 7203 passed, 1 failed, 361 skipped (full report)
Failures on Postgres 16
test_ingest_logical_message[github-actions-selfhosted-fsync-131072]
: release-x86-64-with-lfcFlaky tests (1)
Postgres 14
test_timeline_archive[4]
: release-arm64-with-lfcCode coverage* (full report)
functions
:33.2% (8565 of 25787 functions)
lines
:49.0% (71903 of 146769 lines)
* collected from Rust tests only
cab60b6 at 2025-02-04T18:40:33.746Z :recycle: