diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-22 09:44:41 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-22 07:35:17 +0200 |
commit | 4c51ee1116c983ceef3804d79954aafad1b935ad (patch) | |
tree | 05e4806dcf3310315b489ff15e937c6e3f9ad7a5 /lib/ntdb/wscript | |
parent | 01ec4a72de56ade54bbbc92e0a408771390c5c12 (diff) | |
download | samba-4c51ee1116c983ceef3804d79954aafad1b935ad.tar.gz samba-4c51ee1116c983ceef3804d79954aafad1b935ad.tar.bz2 samba-4c51ee1116c983ceef3804d79954aafad1b935ad.zip |
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 <rusty@rustcorp.com.au>
Diffstat (limited to 'lib/ntdb/wscript')
-rw-r--r-- | lib/ntdb/wscript | 1 |
1 files changed, 1 insertions, 0 deletions
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', |