D10153: test: update expected output in test-http.t
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Wed Mar 10 18:43:52 UTC 2021
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
The output was introduced in a4c19a162615 <https://phab.mercurial-scm.org/rHGa4c19a162615afd0dc8ab571be25d3134da7b15d> and is wrong and unstable. So we glob
it as other part of these tests already do.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D10153
AFFECTED FILES
tests/test-http.t
tests/test-lfs-serve.t
CHANGE DETAILS
diff --git a/tests/test-lfs-serve.t b/tests/test-lfs-serve.t
--- a/tests/test-lfs-serve.t
+++ b/tests/test-lfs-serve.t
@@ -462,7 +462,7 @@
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
- (sent 8 HTTP requests and 3526 bytes; received 961 bytes in responses) (?)
+ (sent 8 HTTP requests and * bytes; received * bytes in responses) (glob) (?)
$ grep 'lfs' .hg/requires $SERVER_REQUIRES
.hg/requires:lfs
$TESTTMP/server/.hg/requires:lfs
diff --git a/tests/test-http.t b/tests/test-http.t
--- a/tests/test-http.t
+++ b/tests/test-http.t
@@ -382,7 +382,7 @@
devel-peer-request: 16 bytes of commands arguments in headers
devel-peer-request: finished in *.???? seconds (200) (glob)
received listkey for "phases": 15 bytes
- (sent 9 HTTP requests and 3898 bytes; received 920 bytes in responses)
+ (sent 9 HTTP requests and * bytes; received * bytes in responses) (glob) (?)
$ hg rollback -q
$ sed 's/.*] "/"/' < ../access.log
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list