Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(test_timeline_archival_chaos): flakiness caused by orphan layers (#…
…10083) The test was failing with the scary but generic message `Remote storage metadata corrupted`. The underlying scrubber error is `Orphan layer detected: ...`. The test kills pageserver at random points, hence it's expected that we leak layers if we're killed in the window after layer upload but before it's referenced from index part. Refer to generation numbers RFC for details. Refs: - fixes #9988 - root-cause analysis #9988 (comment)
- Loading branch information
fcff752
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.
6450 tests run: 6184 passed, 0 failed, 266 skipped (full report)
Flaky tests (9)
Postgres 17
test_nbtree_pagesplit_cycleid
: release-arm64, release-arm64test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 16
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Postgres 15
test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64test_pgdata_import_smoke[8-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64Postgres 14
test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64test_lr_with_slow_safekeeper
: release-x86-64test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Test coverage report is not available
fcff752 at 2024-12-13T17:23:30.561Z :recycle: