Mercurial > public > mercurial-scm > hg-stable
diff tests/test-http.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-http.t Thu Nov 28 11:05:07 2024 +0100 +++ b/tests/test-http.t Thu Nov 28 11:05:16 2024 +0100 @@ -29,10 +29,8 @@ #if no-reposimplestore $ hg clone --stream http://localhost:$HGPORT/ copy 2>&1 streaming all changes - 10 files to transfer, 715 bytes of data (no-zstd !) - 10 files to transfer, 717 bytes of data (zstd no-rust !) - 12 files to transfer, 843 bytes of data (zstd rust !) - transferred * bytes in * seconds (*/sec) (glob) + * files to transfer, * bytes of data (glob) + stream-cloned * files / * bytes in * seconds (*/sec) (glob) updating to branch default 4 files updated, 0 files merged, 0 files removed, 0 files unresolved $ hg verify -R copy -q @@ -255,9 +253,8 @@ #if no-reposimplestore $ hg clone http://user:pass@localhost:$HGPORT2/ dest 2>&1 streaming all changes - 11 files to transfer, 1.01 KB of data (no-rust !) - 13 files to transfer, 1.13 KB of data (rust !) - transferred * KB in * seconds (*/sec) (glob) + * files to transfer, * KB of data (glob) + stream-cloned * files / * KB in * seconds (*/sec) (glob) updating to branch default 5 files updated, 0 files merged, 0 files removed, 0 files unresolved #endif @@ -519,7 +516,7 @@ $ hg clone --stream --noupdate http://localhost:$HGPORT1/ test-stream-clone streaming all changes * files to transfer, * of data (glob) - transferred * in * seconds (*/sec) (glob) + stream-cloned * files / * in * seconds (*/sec) (glob) $ cat error.log #endif