mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-19 06:00:38 +00:00
page_service: stop exposing get_last_record_rlsn (#8244)
Compute doesn't use it, let's eliminate it. Ref to Slack thread: https://neondb.slack.com/archives/C033RQ5SPDH/p1719920261995529
This commit is contained in:
committed by
Vlad Lazar
parent
f868685d26
commit
92081cca91
@@ -211,7 +211,7 @@ def test_auth_failures(neon_env_builder: NeonEnvBuilder, auth_enabled: bool):
|
||||
def check_pageserver(expect_success: bool, **conn_kwargs):
|
||||
check_connection(
|
||||
env.pageserver,
|
||||
f"get_last_record_rlsn {env.initial_tenant} {timeline_id}",
|
||||
f"show {env.initial_tenant}",
|
||||
expect_success,
|
||||
**conn_kwargs,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user