-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pageserver): is_archived should be optional (#8902)
Set the field to optional, otherwise there will be decode errors when newer version of the storage controller receives the JSON from older version of the pageservers. Signed-off-by: Alex Chi Z <[email protected]>
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 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
3d9001d
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.
3903 tests run: 3787 passed, 0 failed, 116 skipped (full report)
Flaky tests (2)
Postgres 16
test_scrubber_physical_gc_ancestors_split
: debug-x86-64Postgres 15
test_subscriber_restart
: release-arm64Code coverage* (full report)
functions
:32.5% (7427 of 22880 functions)
lines
:50.6% (60176 of 118977 lines)
* collected from Rust tests only
3d9001d at 2024-09-03T20:10:34.582Z :recycle: