summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python
AgeCommit message (Expand)AuthorFilesLines
2019-06-21lib ldb tests: remove deprecation warning from api.pyGary Lockyer1-15/+15
2019-06-21lib ldb tests: Test nested transactionsGary Lockyer1-0/+103
2019-05-29ldb: python test for repackAaron Haslett1-0/+204
2019-04-08ldb: tests for <= and >= integer indexing with duplicatesGarming Sam1-0/+39
2019-04-08ldb: tests for <= and >= integer indexingAaron Haslett1-0/+83
2019-03-26Fix tests whithout lmdbMathieu Parent1-1/+1
2019-03-06Enable make test even without lmdbMathieu Parent2-0/+45
2019-01-29ldb: The test api.py should not rely on order of entries in dictLukas Slebodnik1-6/+8
2019-01-13lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power1-0/+15
2018-12-14PY3: change shebang to python3 in lib dirJoe Guo2-2/+2
2018-11-01ldb/tests/py/index: remove dup value in dictionaryDouglas Bagnall1-1/+0
2018-11-01ldb/tests/py/api: use proper name for ldb.LdbErrorDouglas Bagnall1-2/+2
2018-10-25ldb/tests/py/api: reveal shadowed casefold testDouglas Bagnall1-1/+1
2018-09-27lib/ldb/tests: add test for ldb.Dn passed utf8 unicodeNoel Power1-0/+4
2018-09-06PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E502: the backslash is redundant between bracketsJoe Guo1-1/+1
2018-08-24PEP8: fix E306: expected 1 blank line before a nested definition, found 0Joe Guo1-0/+2
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E303: too many blank lines (2)Joe Guo1-7/+0
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+21
2018-08-24PEP8: fix E301: expected 1 blank line, found 0Joe Guo2-0/+17
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-2/+2
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-1/+1
2018-08-24PEP8: fix E203: whitespace before ':'Joe Guo1-6/+6
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo2-14/+14
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe Guo1-1/+1
2018-08-24PEP8: fix E124: closing bracket does not match visual indentationJoe Guo1-1/+1
2018-08-15ldb: extend API testsAndrew Bartlett1-3/+44
2018-08-14CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DNAndrew Bartlett1-0/+156
2018-05-30ldb: Add tests for when we should expect a full scanAndrew Bartlett1-1/+99
2018-05-23ldb: Reject a possible future ldb_mdb with the index in a sub-databaseAndrew Bartlett1-0/+32
2018-05-23ldb_mdb/tests: Run api and index test also on lmdbGary Lockyer2-1/+107
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-2/+2
2018-05-03ldb: Prepare to allow tests to operate on ldb_mdb (by using the GUID index)Gary Lockyer1-55/+111
2018-05-03ldb tests: api ensure database correctly populatedGary Lockyer1-0/+13
2018-04-06ldb index: Add tests for truncated base 64 index keysGary Lockyer1-1/+36
2018-04-06ldb index: Fix truncation key length calculationGary Lockyer1-2/+5
2018-04-05ldb: Add test to show a reindex failure must not leave the DB corruptAndrew Bartlett1-0/+160
2018-04-05lib ldb tests: Prepare to run api and index test on tdb and lmdbGary Lockyer2-60/+114
2018-03-06ldb: Remove python warning in tests/python/index.pyGary Lockyer1-1/+1
2018-03-03ldb_tdb: Add tests for truncated index keysGary Lockyer1-0/+1222
2018-02-08pyldb: extend dn.is_child_of() test: dn is child of itselfBjörn Baumbach1-0/+4
2017-12-20ldb: Intersect the index from SCOPE_ONELEVEL with the index for the search ex...Andrew Bartlett1-1/+133
2017-09-22ldb: Ensure we do not run out of File descriptors in autobuildAndrew Bartlett1-0/+16
2017-09-22ldb: Do not make an ldb file for API testsAndrew Bartlett1-23/+11
2017-09-22ldb: Add test showing a search against the index is not possibleAndrew Bartlett1-0/+16
2017-09-22ldb: Add more tests covering in-transaction GUID index and unique index behav...Andrew Bartlett1-12/+176
2017-09-22ldb: Add tests for base DN of a different caseAndrew Bartlett1-0/+26
2017-09-22ldb_tdb: Add tests for add/modify with the GUID indexAndrew Bartlett1-0/+84
2017-09-22ldb: Also test the new GUID index modeAndrew Bartlett1-0/+11