##// END OF EJS Templates
streamclone: check the errors log in tests...
marmoute -
r47745:e3871883 default
parent child Browse files
Show More
@@ -169,7 +169,7 b' Cannot stream clone when server.uncompre'
169 169
170 170 $ killdaemons.py
171 171 $ cd server
172 $ hg serve -p $HGPORT -d --pid-file=hg.pid
172 $ hg serve -p $HGPORT -d --pid-file=hg.pid --error errors.txt
173 173 $ cat hg.pid > $DAEMON_PIDS
174 174 $ cd ..
175 175
@@ -184,6 +184,7 b' Basic clone'
184 184 transferred 93.5 KB in * seconds (* */sec) (glob) (zstd !)
185 185 searching for changes
186 186 no changes found
187 $ cat server/errors.txt
187 188 #endif
188 189 #if stream-bundle2
189 190 $ hg clone --stream -U http://localhost:$HGPORT clone1
@@ -205,6 +206,7 b' Basic clone'
205 206 rbc-revs-v1
206 207 tags2
207 208 tags2-served
209 $ cat server/errors.txt
208 210 #endif
209 211
210 212 getbundle requests with stream=1 are uncompressed
General Comments 0
You need to be logged in to leave comments. Login now