dsdb: Add tests for large LDAP responses
commiteafef2bbfd4be71962520b7bb14726741af66a2c
authorAndrew Bartlett <abartlet@samba.org>
Mon, 13 May 2019 03:32:23 +0000 (13 15:32 +1200)
committerJeremy Allison <jra@samba.org>
Fri, 17 May 2019 06:48:10 +0000 (17 06:48 +0000)
treee3e9fac9f244d3cee2b762a6d6c2e39800d0dc41
parent444b594fd12dbf910bea55cdc2055152cfee2449
dsdb: Add tests for large LDAP responses

This behaviour is Samba-specific, we have not traditionally cut of responses at 1000
or so as Windows does, and we need to change that behaviour carefully.

This triggers this bug in TDB:
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13952

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/knownfail.d/large-dc [new file with mode: 0644]
source4/dsdb/tests/python/large_ldap.py [new file with mode: 0644]
source4/selftest/tests.py