1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/lib/tdb/tools
Rusty Russell ececeffd85 tdb: add -k option to tdbtorture
To test the case of death of a process during transaction commit, add
a -k (kill random) option to tdbtorture.  The easiest way to do this
is to make every worker a child (unless there's only one child), which
is why this patch is bigger than you might expect.

Using -k without -t (always transactions) you expect corruption, though
it doesn't happen every time.  With -t, we currently get corruption but
the next patch fixes that.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2010-02-24 10:53:05 +10:30
..
tdbbackup.c fixed tdbbackup to give tdb error messages 2009-05-28 17:35:12 +10:00
tdbdump.c tdb tools: Mostly cosmetic adaptions 2009-11-20 16:50:48 +01:00
tdbtest.c Move common libraries from root to lib/. 2008-09-17 14:11:12 +02:00
tdbtool.c tdbtool: avoid using c++ reserved words. 2009-12-17 15:40:42 +01:00
tdbtorture.c tdb: add -k option to tdbtorture 2010-02-24 10:53:05 +10:30