summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python/api.py
AgeCommit message (Expand)AuthorFilesLines
2018-08-24PEP8: fix E128: continuation line under-indented for visual indentJoe Guo1-9/+9
2018-08-24PEP8: fix E127: continuation line over-indented for visual indentJoe 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_mdb/tests: Run api and index test also on lmdbGary Lockyer1-1/+96
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-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 Lockyer1-58/+87
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
2017-09-22ldb: Add an unused objectGUID to each record in SearchTestsAndrew Bartlett1-25/+56
2017-08-30ldb: Add tests for indexed and unindexed search expressionsAndrew Bartlett1-0/+299
2017-08-30ldb: Fix tests to call the parent tearDown(), not setUp in tearDownAndrew Bartlett1-2/+2
2017-07-02ldb:tests: Extend api.py testsuite to show transaction_commit() blocks agains...Andrew Bartlett1-10/+8
2017-07-02ldb:tests: Extend api.py testsuite to show transaction contents can not be se...Andrew Bartlett1-0/+66
2017-05-06ldb: Do not use mktemp() nor leak files into /tmp during api.py testAndrew Bartlett1-69/+96
2017-05-06ldb: Add some tests to clarify the current iterator behaviourAndrew Bartlett1-6/+109
2016-02-17pyldb: eliminate warnings from python api testMichael Adam1-4/+4
2016-02-17pyldb: add api tests for search_iterator()Stefan Metzmacher1-0/+100
2015-12-04ldb: Fix bug triggered by having an empty message in database during search.Adrian Cochrane1-4/+25
2015-11-05pyldb: Improve test coveragePetr Viktorin1-0/+82
2015-11-05pyldb: Prevent segfault when first module is NULLPetr Viktorin1-0/+9
2015-11-05pyldb: Adapt tests to Python 3Petr Viktorin1-75/+330
2015-11-05pyldb: Modernize test suitePetr Viktorin1-116/+116
2015-11-05pyldb: Add Python 3 compatibility (except strings)Petr Viktorin1-7/+10
2015-10-26ldb: Fix python bindings to accept a string as a DNldb-1.1.22Andrew Bartlett1-0/+29
2015-03-04pyldb: Add tests for type errorsPetr Viktorin1-0/+42
2014-11-25lib-ldb-test: Test copying message element from a message to a new messageKamen Mazdrashki1-0/+14
2012-07-06pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett1-0/+5
2012-07-06pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett1-1/+1
2012-06-12ldb:tests: fix use of a non-existent word (existant)Michael Adam1-1/+1
2011-11-10ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij1-33/+37
2011-11-10Revert "pyldb: fixed ldb API test"Jelmer Vernooij1-36/+39
2011-11-10pyldb: fixed ldb API testAndrew Tridgell1-39/+36
2011-07-29pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell1-0/+4
2011-07-21pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell1-5/+6
2011-07-21pyldb: add unit test for ldbDn.compare_baseMatthieu Patou1-0/+11
2011-07-05ldb: make ldb a top level library for Samba 4.0Andrew Bartlett1-0/+748