-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Forbid creation of child timelines of archived timeline (#9122)
We don't want to allow any new child timelines of archived timelines. If you want any new child timelines, you should first un-archive the timeline. Part of #8088
- Loading branch information
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7bae781
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.
5153 tests run: 4978 passed, 1 failed, 174 skipped (full report)
Failures on Postgres 16
test_basebackup_with_high_slru_count[github-actions-selfhosted-10-13-30]
: release-x86-64Flaky tests (11)
Postgres 17
test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_pg_regress[None]
: debug-x86-64test_subscriber_restart
: release-x86-64, debug-x86-64Postgres 16
test_ondemand_wal_download_in_replication_slot_funcs
: release-x86-64test_slots_and_branching
: release-arm64test_multixid_wraparound_import
: release-x86-64Postgres 15
test_aux_file_v2_flag[cross-validation]
: release-x86-64test_subscriber_restart
: release-x86-64Postgres 14
test_ts_of_lsn_api
: release-x86-64test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:32.0% (7491 of 23396 functions)
lines
:50.0% (60484 of 120865 lines)
* collected from Rust tests only
7bae781 at 2024-09-26T10:57:04.380Z :recycle: