diff tests/test-remotefilelog-sparse.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
line wrap: on
line diff
--- a/tests/test-remotefilelog-sparse.t	Thu Nov 28 11:05:07 2024 +0100
+++ b/tests/test-remotefilelog-sparse.t	Thu Nov 28 11:05:16 2024 +0100
@@ -23,11 +23,11 @@
   $ hgcloneshallow ssh://user@dummy/master shallow --noupdate
   streaming all changes
   3 files to transfer, 527 bytes of data (no-zstd !)
-  transferred 527 bytes in * seconds (* */sec) (glob) (no-zstd !)
+  stream-cloned 3 files / 527 bytes in * seconds (* */sec) (glob) (no-zstd !)
   3 files to transfer, 534 bytes of data (zstd no-rust !)
-  transferred 534 bytes in * seconds (* */sec) (glob) (zstd no-rust !)
+  stream-cloned 3 files / 534 bytes in * seconds (* */sec) (glob) (zstd no-rust !)
   5 files to transfer, 660 bytes of data (zstd rust !)
-  transferred 660 bytes in * seconds (*/sec) (glob) (zstd rust !)
+  stream-cloned 5 files / 660 bytes in * seconds (*/sec) (glob) (zstd rust !)
   searching for changes
   no changes found
   $ cd shallow
@@ -77,12 +77,8 @@
 
   $ hgcloneshallow ssh://user@dummy/master shallow2
   streaming all changes
-  3 files to transfer, 527 bytes of data (no-zstd !)
-  transferred 527 bytes in * seconds (*) (glob) (no-zstd !)
-  3 files to transfer, 534 bytes of data (zstd no-rust !)
-  transferred 534 bytes in * seconds (* */sec) (glob) (zstd no-rust !)
-  5 files to transfer, 660 bytes of data (zstd rust !)
-  transferred 660 bytes in * seconds (*/sec) (glob) (zstd rust !)
+  * files to transfer, * bytes of data (glob)
+  stream-cloned * files / * bytes in * seconds (*) (glob)
   searching for changes
   no changes found
   updating to branch default