##// 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 $ killdaemons.py
170 $ killdaemons.py
171 $ cd server
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 $ cat hg.pid > $DAEMON_PIDS
173 $ cat hg.pid > $DAEMON_PIDS
174 $ cd ..
174 $ cd ..
175
175
@@ -184,6 +184,7 b' Basic clone'
184 transferred 93.5 KB in * seconds (* */sec) (glob) (zstd !)
184 transferred 93.5 KB in * seconds (* */sec) (glob) (zstd !)
185 searching for changes
185 searching for changes
186 no changes found
186 no changes found
187 $ cat server/errors.txt
187 #endif
188 #endif
188 #if stream-bundle2
189 #if stream-bundle2
189 $ hg clone --stream -U http://localhost:$HGPORT clone1
190 $ hg clone --stream -U http://localhost:$HGPORT clone1
@@ -205,6 +206,7 b' Basic clone'
205 rbc-revs-v1
206 rbc-revs-v1
206 tags2
207 tags2
207 tags2-served
208 tags2-served
209 $ cat server/errors.txt
208 #endif
210 #endif
209
211
210 getbundle requests with stream=1 are uncompressed
212 getbundle requests with stream=1 are uncompressed
General Comments 0
You need to be logged in to leave comments. Login now