]> git.ozlabs.org Git - ccan/commit
tdb: new test for dying during a transaction.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Feb 2010 01:45:12 +0000 (12:15 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 4 Feb 2010 01:45:12 +0000 (12:15 +1030)
commitb86f8688feef575cb0c69b964a47fa1167cde528
tree4536869c65db4fff407b1319bfa7e56b13e77219
parent39323f37b0209c24f5be4b4c7f119d6019912541
tdb: new test for dying during a transaction.

This demonstrates some serious failings, which get cleaned up in
following patches.
12 files changed:
ccan/tdb/test/external-transaction.c
ccan/tdb/test/external-transaction.h
ccan/tdb/test/run-3G-file.c
ccan/tdb/test/run-bad-tdb-header.c
ccan/tdb/test/run-die-during-transaction.c [new file with mode: 0644]
ccan/tdb/test/run-endian.c
ccan/tdb/test/run-nested-transactions.c
ccan/tdb/test/run-nested-traverse.c
ccan/tdb/test/run-open-during-transaction.c
ccan/tdb/test/run-traverse-in-transaction.c
ccan/tdb/test/run-zero-append.c
ccan/tdb/test/run.c