tests/test-http-bad-server.t
changeset 51181 dcaa2df1f688
parent 51106 d83d788590a8
equal deleted inserted replaced
51180:2e0b2a387502 51181:dcaa2df1f688
   723   $ cat hg.pid > $DAEMON_PIDS
   723   $ cat hg.pid > $DAEMON_PIDS
   724 
   724 
   725   $ hg clone http://localhost:$HGPORT/ clone
   725   $ hg clone http://localhost:$HGPORT/ clone
   726   requesting all changes
   726   requesting all changes
   727   adding changesets
   727   adding changesets
       
   728   transaction abort!
       
   729   rollback completed
   728   abort: HTTP request error (incomplete response)
   730   abort: HTTP request error (incomplete response)
   729   (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
   731   (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
   730   [255]
   732   [255]
   731 
   733 
   732   $ killdaemons.py $DAEMON_PIDS
   734   $ killdaemons.py $DAEMON_PIDS
   755   $ cat hg.pid > $DAEMON_PIDS
   757   $ cat hg.pid > $DAEMON_PIDS
   756 
   758 
   757   $ hg clone http://localhost:$HGPORT/ clone
   759   $ hg clone http://localhost:$HGPORT/ clone
   758   requesting all changes
   760   requesting all changes
   759   adding changesets
   761   adding changesets
       
   762   transaction abort!
       
   763   rollback completed
   760   abort: HTTP request error (incomplete response*) (glob)
   764   abort: HTTP request error (incomplete response*) (glob)
   761   (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
   765   (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
   762   [255]
   766   [255]
   763 
   767 
   764   $ killdaemons.py $DAEMON_PIDS
   768   $ killdaemons.py $DAEMON_PIDS
   789   $ cat hg.pid > $DAEMON_PIDS
   793   $ cat hg.pid > $DAEMON_PIDS
   790 
   794 
   791   $ hg clone http://localhost:$HGPORT/ clone
   795   $ hg clone http://localhost:$HGPORT/ clone
   792   requesting all changes
   796   requesting all changes
   793   adding changesets
   797   adding changesets
       
   798   transaction abort!
       
   799   rollback completed
   794   abort: HTTP request error (incomplete response)
   800   abort: HTTP request error (incomplete response)
   795   (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
   801   (this may be an intermittent network failure; if the error persists, consider contacting the network or server operator)
   796   [255]
   802   [255]
   797 
   803 
   798   $ killdaemons.py $DAEMON_PIDS
   804   $ killdaemons.py $DAEMON_PIDS