summaryrefslogtreecommitdiff
path: root/lib/ntdb/test/api-94-expand-during-parse.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-22ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell1-0/+89
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 <rusty@rustcorp.com.au>