tests/test-bad-pull.t
author Yuya Nishihara <yuya@tcha.org>
Sat, 25 Feb 2017 12:33:37 +0900
branchstable
changeset 31117 92bca12328d1
parent 29514 280528245ecf
child 32940 75be14993fda
permissions -rw-r--r--
worker: add basic test to ensure child processes are managed well This should catch the bug fixed by "worker: ignore meaningless exit status indication returned by os.waitpid()." Before, worker.py was untested since test repositories are relatively small.

#require serve killdaemons

  $ hg clone http://localhost:$HGPORT/ copy
  abort: * (glob)
  [255]

  $ test -d copy
  [1]

  $ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
  $ cat dumb.pid >> $DAEMON_PIDS
  $ hg clone http://localhost:$HGPORT/foo copy2
  abort: HTTP Error 404: * (glob)
  [255]
  $ killdaemons.py