summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/python/api.py
Commit message (Expand)AuthorAgeFilesLines
* lib/ldb/tests/python: Add test to pass utf8 encoded bytes to ldb.DnNoel Power2019-01-211-0/+15
* lib/ldb/tests: add test for ldb.Dn passed utf8 unicodeNoel Power2018-11-051-0/+4
* CVE-2018-1140 ldb: Add tests for search add and rename with a bad dn= DNAndrew Bartlett2018-08-141-0/+156
* ldb: Add tests for when we should expect a full scanAndrew Bartlett2018-05-301-1/+99
* ldb_mdb/tests: Run api and index test also on lmdbGary Lockyer2018-05-231-1/+96
* Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power2018-05-121-2/+2
* ldb: Prepare to allow tests to operate on ldb_mdb (by using the GUID index)Gary Lockyer2018-05-031-55/+111
* ldb tests: api ensure database correctly populatedGary Lockyer2018-05-031-0/+13
* ldb: Add test to show a reindex failure must not leave the DB corruptAndrew Bartlett2018-04-051-0/+160
* lib ldb tests: Prepare to run api and index test on tdb and lmdbGary Lockyer2018-04-051-58/+87
* pyldb: extend dn.is_child_of() test: dn is child of itselfBjörn Baumbach2018-02-081-0/+4
* ldb: Intersect the index from SCOPE_ONELEVEL with the index for the search ex...Andrew Bartlett2017-12-201-1/+133
* ldb: Ensure we do not run out of File descriptors in autobuildAndrew Bartlett2017-09-221-0/+16
* ldb: Do not make an ldb file for API testsAndrew Bartlett2017-09-221-23/+11
* ldb: Add test showing a search against the index is not possibleAndrew Bartlett2017-09-221-0/+16
* ldb: Add more tests covering in-transaction GUID index and unique index behav...Andrew Bartlett2017-09-221-12/+176
* ldb: Add tests for base DN of a different caseAndrew Bartlett2017-09-221-0/+26
* ldb_tdb: Add tests for add/modify with the GUID indexAndrew Bartlett2017-09-221-0/+84
* ldb: Also test the new GUID index modeAndrew Bartlett2017-09-221-0/+11
* ldb: Add an unused objectGUID to each record in SearchTestsAndrew Bartlett2017-09-221-25/+56
* ldb: Add tests for indexed and unindexed search expressionsAndrew Bartlett2017-08-301-0/+299
* ldb: Fix tests to call the parent tearDown(), not setUp in tearDownAndrew Bartlett2017-08-301-2/+2
* ldb:tests: Extend api.py testsuite to show transaction_commit() blocks agains...Andrew Bartlett2017-07-021-10/+8
* ldb:tests: Extend api.py testsuite to show transaction contents can not be se...Andrew Bartlett2017-07-021-0/+66
* ldb: Do not use mktemp() nor leak files into /tmp during api.py testAndrew Bartlett2017-05-061-69/+96
* ldb: Add some tests to clarify the current iterator behaviourAndrew Bartlett2017-05-061-6/+109
* pyldb: eliminate warnings from python api testMichael Adam2016-02-171-4/+4
* pyldb: add api tests for search_iterator()Stefan Metzmacher2016-02-171-0/+100
* ldb: Fix bug triggered by having an empty message in database during search.Adrian Cochrane2015-12-041-4/+25
* pyldb: Improve test coveragePetr Viktorin2015-11-051-0/+82
* pyldb: Prevent segfault when first module is NULLPetr Viktorin2015-11-051-0/+9
* pyldb: Adapt tests to Python 3Petr Viktorin2015-11-051-75/+330
* pyldb: Modernize test suitePetr Viktorin2015-11-051-116/+116
* pyldb: Add Python 3 compatibility (except strings)Petr Viktorin2015-11-051-7/+10
* ldb: Fix python bindings to accept a string as a DNldb-1.1.22Andrew Bartlett2015-10-261-0/+29
* pyldb: Add tests for type errorsPetr Viktorin2015-03-041-0/+42
* lib-ldb-test: Test copying message element from a message to a new messageKamen Mazdrashki2014-11-251-0/+14
* pyldb: Add bindings for ldb_dn_remove_base_componentsAndrew Bartlett2012-07-061-0/+5
* pyldb: Fix dn concat operation to be the other way aroundAndrew Bartlett2012-07-061-1/+1
* ldb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* ldb: Re-apply pyldb fixes from Tridge and Amity, using unittest ratherJelmer Vernooij2011-11-101-33/+37
* Revert "pyldb: fixed ldb API test"Jelmer Vernooij2011-11-101-36/+39
* pyldb: fixed ldb API testAndrew Tridgell2011-11-101-39/+36
* pyldb: added binary_encode() and binary_decode() methodsAndrew Tridgell2011-07-291-0/+4
* pyldb: use dn.is_child_of() instead of dn.compare_base()Andrew Tridgell2011-07-211-5/+6
* pyldb: add unit test for ldbDn.compare_baseMatthieu Patou2011-07-211-0/+11
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-0/+748