ldb: tests for <= and >= integer indexing with duplicates
authorGarming Sam <garming@catalyst.net.nz>
Wed, 3 Apr 2019 03:12:35 +0000 (16:12 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 8 Apr 2019 02:07:23 +0000 (02:07 +0000)
commit2e05fd785a3b7355abb6fea3003f244a0a958581
tree31298ac57f61f33c52a8fd72cdf89c73b565d37b
parent18438c8af2fb64ea3580cee92b4744a759a0ded8
ldb: tests for <= and >= integer indexing with duplicates

We need to make sure that duplicates are correctly returned (uSNChanged
for instance is UNIQUE but, we should be able to index on attributes
which are not unique).

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