Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only churn rows once in test_scrubber_physical_gc_ancestors (#10481)
## Problem PR #10457 was supposed to fix the flakiness of `test_scrubber_physical_gc_ancestors`, but instead it made it even more flaky. However, the original error causes disappeared, now to be replaced by key not found errors. See this for a longer explanation: #10391 (comment) ## Solution This does one churn rows after all compactions, and before we do any timeline gc's. That way, we remain more accessible at older lsn's.
- Loading branch information
0af40b5
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.
7521 tests run: 7124 passed, 0 failed, 397 skipped (full report)
Flaky tests (6)
Postgres 17
test_nbtree_pagesplit_cycleid
: debug-x86-64test_metrics_normal_work
: release-arm64, release-arm64Postgres 16
test_metrics_normal_work
: release-x86-64Postgres 14
test_metrics_normal_work
: release-x86-64, release-arm64Code coverage* (full report)
functions
:33.5% (8492 of 25340 functions)
lines
:49.3% (71382 of 144704 lines)
* collected from Rust tests only
0af40b5 at 2025-01-22T22:08:56.756Z :recycle: