ldb_mdb: Run the ldb_mdb_mod_op_test
authorAndrew Bartlett <abartlet@samba.org>
Tue, 8 May 2018 23:40:36 +0000 (11:40 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 23 May 2018 00:27:11 +0000 (02:27 +0200)
ldb_mdb is now able to pass the full ldb_mod_op_test when compiled against lmdb.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
lib/ldb/wscript

index b8b97191fbb474aee6175911a9cf78ea11bbe327..80c817362f76b67c7592ae2d11a32357600bae2f 100644 (file)
@@ -551,11 +551,11 @@ def test(ctx):
                  'ldb_msg_test',
                  'ldb_tdb_kv_ops_test',
                  'ldb_tdb_test',
+                 'ldb_mdb_mod_op_test',
                  'ldb_lmdb_test']
                  # we don't want to run ldb_lmdb_size_test (which proves we can
                  # fit > 4G of data into the DB), it would fill up the disk on
                  # many of our test instances
-
     for test_exe in test_exes:
             cmd = os.path.join(Utils.g_module.blddir, test_exe)
             cmocka_ret = cmocka_ret or samba_utils.RUN_COMMAND(cmd)