ldb: Add some tests to clarify the current iterator behaviour
authorAndrew Bartlett <abartlet@samba.org>
Thu, 6 Apr 2017 21:32:05 +0000 (09:32 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 6 May 2017 10:03:16 +0000 (12:03 +0200)
commite7f3b457d6cbf6849e4f74a8524940fd61af316b
tree78e6d8efa8ecb615e171d10f0b8775923c59f7f6
parent0b1ba00b007802932d501dbb315616f6d5c4306f
ldb: Add some tests to clarify the current iterator behaviour

search_iterator() is no more memory efficient than search() because all the results
come back at the first res.next() call

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