ldb: Add tests for ldb_tdb use after a fork()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 7 May 2018 00:59:00 +0000 (12:59 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 9 May 2018 02:29:48 +0000 (04:29 +0200)
commitf891b8dc32d24eea81ee5fe6ace02c1cf7129443
tree92fae18adb775171c91f62c9531ef5541670a95f
parent21366649410c29904a463b57e7d8688ce6e11381
ldb: Add tests for ldb_tdb use after a fork()

We need to show that despite the internal cache of TDB pointers that it
is safe to open a ldb_tdb after a fork()

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
lib/ldb/tests/ldb_tdb_test.c [new file with mode: 0644]
lib/ldb/wscript