summaryrefslogtreecommitdiff
path: root/lib/ldb/tests
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Enable make test even without lmdbMathieu Parent3-0/+203
2019-02-25CVE-2019-3824 ldb: Add tests for ldb_wildcard_matchGary Lockyer2-0/+207
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-06lib: ldb: Remove use of talloc_autofree_context().Jeremy Allison1-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-24Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls2-0/+2
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-15ldb: Add new function ldb_dn_add_child_val()Andrew Bartlett1-0/+117
2018-08-14ldb tests: fix assertion on wrong pointerTimur I. Bakeyev1-1/+1
2018-08-14CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DNAndrew Bartlett1-0/+156
2018-07-30lib ldb: move key value code to lib/ldb/ldb_key_valueGary Lockyer3-0/+3
2018-07-30lib ldb: format rename ldb_kv_privateGary Lockyer1-11/+10
2018-07-30lib ldb: rename ltdb_private to ldb_kv_privateGary Lockyer3-129/+129
2018-05-30ldb: Add tests for when we should expect a full scanAndrew Bartlett1-1/+99
2018-05-30ldb: Save a copy of the index result before calling the callbacks.Andrew Bartlett1-0/+275
2018-05-23ldb: Reject a possible future ldb_mdb with the index in a sub-databaseAndrew Bartlett1-0/+32
2018-05-23ldb_mdb/tests: add tests for multiple opens across forksGary Lockyer1-0/+79
2018-05-23ldb_mdb/tests: test large index key valueGary Lockyer1-0/+44
2018-05-23ldb_mdb/tests: Tests for wrap openGary Lockyer2-2/+240
2018-05-23ldb_mdb: Apply LMDB key length restrictions at key-value layerGary Lockyer1-3/+163
2018-05-23ldb_mdb/tests: Run api and index test also on lmdbGary Lockyer2-1/+107
2018-05-23ldb_mdb/tests: Add tests to check for max key length and DB sizeGary Lockyer2-0/+450
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-2/+2
2018-05-09ldb: Ensure we can open a new LDB after a fork()Andrew Bartlett1-0/+64
2018-05-09ldb: Add tests for ldb_tdb use after a fork()Andrew Bartlett1-0/+387
2018-05-09ldb/tests: add tests for transaction_{start,commit}/lock_read across forksGary Lockyer1-0/+216
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: add cmocka tests of kv operation interactions with transactionsGary Lockyer1-0/+184
2018-05-03ldb tests: api ensure database correctly populatedGary Lockyer1-0/+13
2018-05-03ldb/tests: don't use TEVENT_DEPRECATED in ldb_kv_ops_test.cStefan Metzmacher1-3/+0
2018-04-06ldb: Fix trailing whitespaceVolker Lendecke2-12/+12
2018-04-06ldb/tests: remove lmdb.h include from testRalph Boehme1-1/+0