Misc cosmetic fixes in comments, messages.

Most of these were extracted from PR #2785.
This commit is contained in:
Heikki Linnakangas
2022-11-29 13:12:08 +02:00
committed by Heikki Linnakangas
parent 1f1324ebed
commit fbd5f65938
5 changed files with 20 additions and 13 deletions

View File

@@ -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")