mirror of
https://github.com/samba-team/samba.git
synced 2025-10-02 09:44:18 +03:00
paged_search: perf testing paged search
Adding medley performance run with paged search module. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13836 Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
11f2583420
commit
7f1b6455fd
@@ -74,6 +74,11 @@ plantestsuite_loadlist("samba4.ldb.multi_connect.python(ad_dc_ntvfs)",
|
||||
'tdb://$PREFIX_ABS/ad_dc_ntvfs/private/sam.ldb'
|
||||
'$LOADLIST', '$LISTOPT'])
|
||||
|
||||
plantestsuite_loadlist("samba4.ldap.vlv.python(ad_dc_ntvfs)", "ad_dc_ntvfs",
|
||||
[python,
|
||||
os.path.join(samba4srcdir, "dsdb/tests/python/vlv.py"),
|
||||
'$SERVER', '-U"$USERNAME%$PASSWORD"',
|
||||
'--workgroup=$DOMAIN', '$LOADLIST', '$LISTOPT'])
|
||||
|
||||
# this one doesn't tidy itself up fully, so leave it as last unless
|
||||
# you want a messy database.
|
||||
@@ -85,3 +90,15 @@ plantestsuite_loadlist("samba4.ldap.ad_dc_medley_performance.python(ad_dc_ntvfs)
|
||||
'$SERVER', '-U"$USERNAME%$PASSWORD"',
|
||||
'--workgroup=$DOMAIN',
|
||||
'$LOADLIST', '$LISTOPT'])
|
||||
|
||||
# again with paged search module
|
||||
plantestsuite_loadlist("samba4.ldap.ad_dc_medley_performance.paged_search."+\
|
||||
"python(ad_dc_ntvfs)",
|
||||
"ad_dc_ntvfs",
|
||||
[python,
|
||||
os.path.join(samba4srcdir,
|
||||
"dsdb/tests/python/ad_dc_medley_performance.py"),
|
||||
'$SERVER', '-U"$USERNAME%$PASSWORD"',
|
||||
'--workgroup=$DOMAIN',
|
||||
'--use-paged-search',
|
||||
'$LOADLIST', '$LISTOPT'])
|
||||
|
Reference in New Issue
Block a user