Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lsn for get_timestamp_of_lsn should be string, not integer (#5840)
The `get_timestamp_of_lsn` pageserver endpoint has been added in #5497, but the yml it added was wrong: the lsn is expected in hex format, not in integer (decimal) format.
- Loading branch information
f95f001
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.
2444 tests run: 2320 passed, 0 failed, 124 skipped (full report)
Flaky tests (5)
Postgres 14
test_competing_branchings_from_loading_race_to_ok_or_err
: releasetest_crafted_wal_end[last_wal_record_xlog_switch_ends_on_page_boundary]
: releasetest_ondemand_download_timetravel[local_fs]
: releasetest_emergency_mode
: releasetest_empty_tenant_size
: releaseCode coverage (full report)
functions
:54.5% (8913 of 16363 functions)
lines
:81.5% (51334 of 62985 lines)
f95f001 at 2023-11-09T20:40:35.657Z :recycle: