Skip to content
Snippets Groups Projects
Commit e38718838808 authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

streamclone: check the errors log in tests

Code can be buggy, in that case having error message tend to help.

Differential Revision: https://phab.mercurial-scm.org/D10475
parent d467bae86b2d
No related branches found
No related tags found
No related merge requests found
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
$ killdaemons.py $ killdaemons.py
$ cd server $ cd server
$ hg serve -p $HGPORT -d --pid-file=hg.pid $ hg serve -p $HGPORT -d --pid-file=hg.pid --error errors.txt
$ cat hg.pid > $DAEMON_PIDS $ cat hg.pid > $DAEMON_PIDS
$ cd .. $ cd ..
...@@ -184,6 +184,7 @@ ...@@ -184,6 +184,7 @@
transferred 93.5 KB in * seconds (* */sec) (glob) (zstd !) transferred 93.5 KB in * seconds (* */sec) (glob) (zstd !)
searching for changes searching for changes
no changes found no changes found
$ cat server/errors.txt
#endif #endif
#if stream-bundle2 #if stream-bundle2
$ hg clone --stream -U http://localhost:$HGPORT clone1 $ hg clone --stream -U http://localhost:$HGPORT clone1
...@@ -205,6 +206,7 @@ ...@@ -205,6 +206,7 @@
rbc-revs-v1 rbc-revs-v1
tags2 tags2
tags2-served tags2-served
$ cat server/errors.txt
#endif #endif
getbundle requests with stream=1 are uncompressed getbundle requests with stream=1 are uncompressed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment