control_plane, tests: enable running compute with explicit pageserver

This commit is contained in:
John Spray
2024-01-04 14:29:14 +00:00
parent 4a97058239
commit 62e48e9ebd
2 changed files with 30 additions and 19 deletions

View File

@@ -2852,7 +2852,7 @@ class Endpoint(PgProtocol):
hot_standby=hot_standby,
lsn=lsn,
pageserver_id=pageserver_id,
).start(remote_ext_config=remote_ext_config)
).start(remote_ext_config=remote_ext_config, pageserver_id=pageserver_id)
log.info(f"Postgres startup took {time.time() - started_at} seconds")