tdbtorture: No transaction with mutexes
authorVolker Lendecke <vl@samba.org>
Mon, 22 Oct 2018 15:18:43 +0000 (17:18 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 25 Oct 2018 15:58:24 +0000 (17:58 +0200)
commitafc616b67b9f0cd6b535cb12d20f4752e7c4ade9
tree651566ff8bae9a5adaf4cd33f7c552bb690a720e
parent8df11518c0df90aa0c223b2e964fc86015f77e2c
tdbtorture: No transaction with mutexes

Right now we don't do transactions with mutexed tdbs. tdbtorture -m
locks up. I haven't really investigated why that is the case. The lockup
confused me quite a bit until I figured out it works fine as long as it
does not do transactions, which is all we need right now.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/tdb/tools/tdbtorture.c