diff tests/test-ssh-bundle1.t @ 52720:ca17d31624ac

stream: report number of file written then information is available Strictly speaking we could also do that for v1, but that is old enough that I don't want to bother.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 28 Nov 2024 11:05:16 +0100
parents dcaa2df1f688
children 4d2b496cb7b8
line wrap: on
line diff
--- a/tests/test-ssh-bundle1.t	Thu Nov 28 11:05:07 2024 +0100
+++ b/tests/test-ssh-bundle1.t	Thu Nov 28 11:05:16 2024 +0100
@@ -62,12 +62,8 @@
 
   $ hg clone --stream ssh://user@dummy/remote local-stream
   streaming all changes
-  5 files to transfer, 602 bytes of data (no-zstd !)
-  transferred 602 bytes in * seconds (*) (glob) (no-zstd !)
-  5 files to transfer, 621 bytes of data (zstd no-rust !)
-  transferred 621 bytes in * seconds (* */sec) (glob) (zstd no-rust !)
-  7 files to transfer, 747 bytes of data (zstd rust !)
-  transferred 747 bytes in * seconds (*/sec) (glob) (zstd rust !)
+  * files to transfer, * bytes of data (glob)
+  stream-cloned * files * bytes in * seconds (*/sec) (glob)
   searching for changes
   no changes found
   updating to branch default
@@ -83,12 +79,8 @@
   $ hg -R local-stream book mybook
   $ hg clone --stream ssh://user@dummy/local-stream stream2
   streaming all changes
-  5 files to transfer, 602 bytes of data (no-zstd !)
-  transferred 602 bytes in * seconds (*) (glob) (no-zstd !)
-  5 files to transfer, 621 bytes of data (zstd no-rust !)
-  transferred 621 bytes in * seconds (* */sec) (glob) (zstd no-rust !)
-  7 files to transfer, 747 bytes of data (zstd rust !)
-  transferred 747 bytes in * seconds (*/sec) (glob) (zstd rust !)
+  * files to transfer, * bytes of data (glob)
+  stream-cloned * files * bytes in * seconds (*/sec) (glob)
   searching for changes
   no changes found
   updating to branch default