summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2019-06-28 08:54:31 +1200
committerGary Lockyer <gary@samba.org>2019-07-02 02:23:09 +0000
commit0ee3b06640b9032f4b462aad03f076e28b8763ed (patch)
treef42924279f85b78b85d08f3d9a4fe75be790b4f6 /source4
parentddfc1ddd4f9e9b4b70e036023d7868cb48c7391f (diff)
downloadsamba-0ee3b06640b9032f4b462aad03f076e28b8763ed.tar.gz
clone-dc-database tests: Add --backend-store-size option
Add a new "samba-tool drs clone-dc-database" option "backend-store-size". This allows the lmdb map size to be set during a clone, instead of hard-wiring it to 8Gb. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>' Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 7f087c4c873..8bd04b24f61 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -647,6 +647,8 @@ planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.timecmd")
planpythontestsuite("ad_dc_default:local", "samba.tests.samba_tool.join")
planpythontestsuite("ad_dc_default",
"samba.tests.samba_tool.join_lmdb_size")
+planpythontestsuite("ad_dc_default",
+ "samba.tests.samba_tool.drs_clone_dc_data_lmdb_size")
planpythontestsuite("none", "samba.tests.samba_tool.visualize")