mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 15:41:15 +00:00
Misc cosmetic fixes in comments, messages.
Most of these were extracted from PR #2785.
This commit is contained in:
committed by
Heikki Linnakangas
parent
1f1324ebed
commit
fbd5f65938
@@ -93,8 +93,8 @@ def test_remote_storage_backup_and_restore(
|
||||
# run checkpoint manually to be sure that data landed in remote storage
|
||||
pageserver_http.timeline_checkpoint(tenant_id, timeline_id)
|
||||
|
||||
log.info(f"waiting for checkpoint {checkpoint_number} upload")
|
||||
# wait until pageserver successfully uploaded a checkpoint to remote storage
|
||||
log.info(f"waiting for checkpoint {checkpoint_number} upload")
|
||||
wait_for_upload(client, tenant_id, timeline_id, current_lsn)
|
||||
log.info(f"upload of checkpoint {checkpoint_number} is done")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user