tests/test-hup.t
author Simon Heimberg <simohe@besonet.ch>
Sat, 12 Nov 2011 02:07:55 +0100
changeset 15492 36f076d03b34
parent 15455 c6f87bdab2a1
child 16299 853ffcafecfa
permissions -rw-r--r--
setup: make script executable with python3 Replace the incompatible print statement. Writing a warning to stderr is a good idea anyway.

Test hangup signal in the middle of transaction

  $ "$TESTDIR/hghave" serve fifo || exit 80
  $ hg init
  $ mkfifo p
  $ hg serve --stdio < p &
  $ P=$!
  $ (echo lock; echo addchangegroup; sleep 5) > p &
  $ Q=$!
  $ sleep 3
  0
  0
  adding changesets
  $ kill -HUP $P
  $ wait
  transaction abort!
  rollback completed
  killed!
  $ echo .hg/* .hg/store/*
  .hg/00changelog.i .hg/journal.bookmarks .hg/journal.branch .hg/journal.desc .hg/journal.dirstate .hg/requires .hg/store .hg/store/00changelog.i .hg/store/00changelog.i.a .hg/store/journal.phaseroots