Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pageserver): allow repartition errors during gc-compaction smoke …
…tests (#10164) ## Problem part of #9114 In #10127 we fixed the race, but we didn't add the errors to the allowlist. ## Summary of changes * Allow repartition errors in the gc-compaction smoke test. I think it might be worth to refactor the code to allow multiple threads getting a copy of repartition status (i.e., using Rcu) in the future. Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
1d12efc
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.
7095 tests run: 6795 passed, 2 failed, 298 skipped (full report)
Failures on Postgres 17
test_pageserver_small_inmemory_layers[True]
: debug-x86-64test_pageserver_small_inmemory_layers[False]
: debug-x86-64Flaky tests (5)
Postgres 17
test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Postgres 16
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 15
test_pgdata_import_smoke[None-1024-RelBlockSize.MULTIPLE_RELATION_SEGMENTS]
: release-arm64test_physical_replication_config_mismatch_max_locks_per_transaction
: release-x86-64test_physical_replication_config_mismatch_too_many_known_xids
: release-arm64Test coverage report is not available
1d12efc at 2024-12-18T16:32:42.979Z :recycle: