ldb: version 1.4.1
[samba.git] / lib / ldb / tests /
2018-05-30 Andrew Bartlettldb: Add tests for when we should expect a full scan
2018-05-30 Andrew Bartlettldb: Save a copy of the index result before calling...
2018-05-23 Andrew Bartlettldb: Reject a possible future ldb_mdb with the index...
2018-05-23 Gary Lockyerldb_mdb/tests: add tests for multiple opens across...
2018-05-23 Gary Lockyerldb_mdb/tests: test large index key value
2018-05-23 Gary Lockyerldb_mdb/tests: Tests for wrap open
2018-05-23 Gary Lockyerldb_mdb: Apply LMDB key length restrictions at key...
2018-05-23 Gary Lockyerldb_mdb/tests: Run api and index test also on lmdb
2018-05-23 Gary Lockyerldb_mdb/tests: Add tests to check for max key length...
2018-05-12 Noel PowerBulk: enclose .keys() method with list where list ...
2018-05-09 Andrew Bartlettldb: Ensure we can open a new LDB after a fork()
2018-05-09 Andrew Bartlettldb: Add tests for ldb_tdb use after a fork()
2018-05-09 Gary Lockyerldb/tests: add tests for transaction_{start,commit...
2018-05-03 Gary Lockyerldb: Prepare to allow tests to operate on ldb_mdb ...
2018-05-03 Gary Lockyerldb tests: add cmocka tests of kv operation interaction...
2018-05-03 Gary Lockyerldb tests: api ensure database correctly populated
2018-05-03 Stefan Metzmacherldb/tests: don't use TEVENT_DEPRECATED in ldb_kv_ops_test.c
2018-04-06 Volker Lendeckeldb: Fix trailing whitespace
2018-04-06 Ralph Boehmeldb/tests: remove lmdb.h include from test
2018-04-06 Gary Lockyerldb tests: add cmocka tests of kv operations
2018-04-06 Gary Lockyerldb tests: ldb_mod_op_test use correct ldb to create dn
2018-04-06 Gary Lockyerldb test: close pipes to stop forked tests failing...
2018-04-06 Gary Lockyerldb index: Add tests for truncated base 64 index keys
2018-04-06 Gary Lockyerldb index: Fix truncation key length calculation
2018-04-06 Andrew Bartlettldb: Allow GUID index mode to be tested on TDB
2018-04-06 Andrew Bartlettldb: Ignore these tests in mdb test mode
2018-04-06 Andrew Bartlettldb: Fix missing NULL terminator in ldb_mod_op_test...
2018-04-05 Andrew Bartlettldb: Add test to show a reindex failure must not leave...
2018-04-05 Gary Lockyerlib ldb tests: Prepare to run api and index test on...
2018-04-03 Andreas Schneiderldb: Add test for ldb_qsort()
2018-04-03 Stefan Metzmacherldb/tests: avoid 'return void_function();' which isn...
2018-03-07 Gary Lockyerldb_mod_op_test: Make sure that closing the database...
2018-03-06 Gary Lockyerldb_mod_op_test: Add new nested transactions test
2018-03-06 Gary Lockyerldb: Remove python warning in tests/python/index.py
2018-03-05 Gary Lockyerldb_mod_op_test: Fix core dump on ldb_case_attrs_index_...
2018-03-03 Gary Lockyerldb_tdb: Add tests for truncated index keys
2018-02-26 Gary Lockyerldb_debug tests: Fix binary data in debug log
2018-02-24 Gary Lockyerldb tests: fix null test on incorrect variable
2018-02-08 Björn Baumbachpyldb: extend dn.is_child_of() test: dn is child of...
2017-12-20 Andrew Bartlettldb: Intersect the index from SCOPE_ONELEVEL with the...
2017-12-19 Matthias Dieter... LDB:test-generic.sh - fix smaller/greater comparison...
2017-12-09 Gary Lockyerldb ldb_index: Add an attriubute flag to require a...
2017-09-22 Andrew Bartlettldb: Ensure we do not run out of File descriptors in...
2017-09-22 Andrew Bartlettldb: Do not make an ldb file for API tests
2017-09-22 Andrew Bartlettldb: Add test showing a search against the index is...
2017-09-22 Andrew Bartlettldb: Add more tests covering in-transaction GUID index...
2017-09-22 Andrew Bartlettldb: Add tests for base DN of a different case
2017-09-22 Andrew Bartlettldb_tdb: Add tests for add/modify with the GUID index
2017-09-22 Andrew Bartlettldb: Also test the new GUID index mode
2017-09-22 Andrew Bartlettldb: Add an unused objectGUID to each record in SearchTests
2017-09-20 Gary Lockyerldb: Add tests for read only behaviour
2017-09-07 Andrew Bartlettldb: Add new ldb_ldif_message_redacted_string() with...
2017-08-30 Andrew Bartlettldb: Add tests for indexed and unindexed search expressions
2017-08-30 Andrew Bartlettldb: Fix tests to call the parent tearDown(), not setUp...
2017-07-07 Douglas Bagnallldb/tests: more thoroughly test empty ldb_msg elements
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction_...
2017-07-02 Andrew Bartlettldb:tests: Extend api.py testsuite to show transaction...
2017-07-02 Andrew Bartlettldb:tests: Add test to show that locks are released...
2017-07-02 Andrew Bartlettldb:tests: Correct comment about version numbers
2017-07-02 Andrew Bartlettldb: Lock the whole backend database for the duration...
2017-07-02 Andrew Bartlettldb:tests: Add test encoding current locking behaviour...
2017-07-02 Andrew Bartlettldb:tests: Show that writes do not appear during an...
2017-07-02 Andrew Bartlettldb:tests: don't assert the results before doing the...
2017-06-20 Volker Lendeckeldb: Fix CID 1412926 Unchecked return value
2017-06-15 Douglas Bagnallldb: relatively efficient functions for finding duplica...
2017-06-15 Douglas Bagnallldb tests/ldb_mod_op_test: don't double include cmocka.h
2017-05-31 Andrew Bartlettldb: Add test for ldb_build_search_req()
2017-05-31 Andrew Bartlettldb: Add tests for new ldb handle and event context...
2017-05-31 Andrew Bartlettldb: Add tests for the schema and index override hooks
2017-05-31 Andrew Bartlettldb: Move test_ldb_attrs_case_insensitive closer to...
2017-05-06 Andrew Bartlettldb: Do not use mktemp() nor leak files into /tmp durin...
2017-05-06 Andrew Bartlettldb: Add test for transaction deadlock detected when...
2017-05-06 Andrew Bartlettldb: Add some tests to clarify the current iterator...
2017-04-19 Jakub Hrozekldb:tests: Unit test the ldb_rename() operation
2017-04-19 Jakub Hrozekldb:tests: Add tests for case insensitive searches
2017-04-19 Jakub Hrozekldb:tests: unit test for ldb_search()
2017-04-19 Jakub Hrozekldb:tests: Add a modify test
2017-04-19 Jakub Hrozekldb:tests: Add a test for ldb transactions
2017-04-19 Jakub Hrozekldb:tests: Add a basic delete test
2017-04-19 Jakub Hrozekldb:tests: Add a basic search test
2017-04-19 Jakub Hrozekldb:tests: A rudimentary ldb_add() test
2017-04-19 Jakub Hrozekldb:tests: Add a simple cmocka test for ldb_connect()
2016-12-01 Andrew Bartlettldb: Add test for behaviour of rdn_name
2016-02-17 Michael Adampyldb: eliminate warnings from python api test
2016-02-17 Stefan Metzmacherpyldb: add api tests for search_iterator()
2015-12-04 Adrian Cochraneldb: Fix bug triggered by having an empty message in...
2015-11-05 Petr Viktorinpyldb: Improve test coverage
2015-11-05 Petr Viktorinpyldb: Prevent segfault when first module is NULL
2015-11-05 Petr Viktorinpyldb: Adapt tests to Python 3
2015-11-05 Petr Viktorinpyldb: Modernize test suite
2015-11-05 Petr Viktorinpyldb: Add Python 3 compatibility (except strings)
2015-11-05 Petr Viktorinldb: Run the Python testsuite
2015-10-26 Andrew Bartlettldb: Fix python bindings to accept a string as a DN ldb-1.1.22
2015-03-20 Stefan Metzmacherldb:tests/sample_module: don't be lazy and use ldb_msg_...
2015-03-04 Petr Viktorinpyldb: Add tests for type errors
2014-11-25 Kamen Mazdrashkilib-ldb-test: Test copying message element from a messa...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-02-08 Matthieu Patouldb: Add more data test data for one level test cases
2013-02-08 Matthieu Patouldb: Add tests for the python api
2013-02-08 Matthieu Patouldb: Add more tests related to onelevel search
next