You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Stream snapshot downloads to disk directly.
* Add progress bar for snapshot downloading.
* Stream snapshot uploading from disk directly.
* Add progress bar for snapshot uploading.
* Implement new_progress stub in env.
* Change the log level.
* Support snapshot downloading with resuming.
* Add snapshot download concurrency.
* Support snapshot uploading with resuming.
* Add snapshot upload concurrency
* Revert the testing chunk size.
* Update changelog and document.
* Addressed review comments.
* Added a test for download/upload with latency, disabled it for now.
* Make the test passed locally with toxiproxy used.
* Update CI to install toxiproxy for canister_extra tests.
* Added two e2e tests for canister snapshot.
* Use toxiproxy-cli directly for debugging...
* Add more debugging info...
* Make the snapshot tests be able to run in parallel.
* Add canister_extra as serial...
* Moved toxiproxy installation into provision script.
* Make the canister snapshot network drop more robust...
* Use limit_data instead.
* fix hanging test (and mac `find -printf`)
* remove focus tag
* Add mention of `--resume` to error message
---------
Co-authored-by: Adam Spofford <adam.spofford@dfinity.org>
|`<canister>`| The canister to upload the snapshot to. |
1062
-
| --dir `<dir>`| The directory to upload the snapshot from. |
1063
-
| --replace `<replace>`| If a snapshot ID is specified, the snapshot identified by this ID will be deleted and a snapshot with a new ID will be returned. |
|`<canister>`| The canister to upload the snapshot to. |
1064
+
| --dir `<dir>`| The directory to upload the snapshot from. |
1065
+
| --replace `<replace>`| If a snapshot ID is specified, the snapshot identified by this ID will be deleted and a snapshot with a new ID will be returned. |
1066
+
| --resume `<resume>`| The snapshot ID to resume uploading to. |
1067
+
| --concurrency `<concurrency>`| The number of concurrent uploads to perform [default: 3]. |
0 commit comments