Mercurial > hg
view tests/test-hup.t @ 14033:33e04d3d17f6
test-contrib: add a test for shrink-revlog
We only verify the extension runs and that verify passes at the end as
constructing a test repository that would result in a shrink would be
nontrivial.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 29 Apr 2011 12:46:56 -0500 |
parents | f8dc83689f19 |
children | 89e7d35e0ef0 |
line wrap: on
line source
Test hangup signal in the middle of transaction $ "$TESTDIR/hghave" 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.branch .hg/journal.desc .hg/journal.dirstate .hg/requires .hg/store .hg/store/00changelog.i .hg/store/00changelog.i.a