From 4c51ee1116c983ceef3804d79954aafad1b935ad Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Fri, 22 Jun 2012 09:44:41 +0930 Subject: ntdb: test arbitrary operations during ntdb_parse_record(). In particular, this tests that we can store enough records to make the database expand while we map the given record. We use a global lock for this, but it could happen in theory with another process. It also tests the that we can recurse inside ntdb_parse_record(). Signed-off-by: Rusty Russell --- lib/ntdb/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ntdb/wscript') diff --git a/lib/ntdb/wscript b/lib/ntdb/wscript index e211a9fc0c..abf6db3ed0 100644 --- a/lib/ntdb/wscript +++ b/lib/ntdb/wscript @@ -79,6 +79,7 @@ def configure(conf): 'test/api-91-get-stats.c', 'test/api-92-get-set-readonly.c', 'test/api-93-repack.c', + 'test/api-94-expand-during-parse.c', 'test/api-95-read-only-during-parse.c', 'test/api-add-remove-flags.c', 'test/api-check-callback.c', -- cgit