summaryrefslogtreecommitdiff
path: root/lib/ldb/tests/ldb_mod_op_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01ldb: Prepare ldb tests for subunit outputAndrew Bartlett1-0/+2
2023-10-25ldb: Fix code spellingJoseph Sutton1-1/+1
2023-04-04lib:ldb:tests: Fix code spellingAndreas Schneider1-1/+1
2023-03-15lib:ldb: Correctly cast pointers for assert_string_equal()Andreas Schneider1-11/+11
2020-05-08Fix clang 9 format-nonliteral warningsGary Lockyer1-2/+4
2019-12-05ldb:tests: Allow test filtering in ldb_mod_op_testAndreas Schneider1-0/+4
2019-12-05ldb:tests: Avoid that the debug function overwrites memoryAndreas Schneider1-19/+16
2019-05-22ldb: ldb_key_value_test fixAaron Haslett1-0/+2
2019-04-02Spelling fixes s/conficts/conflicts/Mathieu Parent1-2/+2
2018-08-24Fix uClibc build on 64bit platforms by including stdint.hBernd Kuhls1-0/+1
2018-08-14ldb tests: fix assertion on wrong pointerTimur I. Bakeyev1-1/+1
2018-05-30ldb: Save a copy of the index result before calling the callbacks.Andrew Bartlett1-0/+275
2018-05-23ldb_mdb/tests: Tests for wrap openGary Lockyer1-0/+173
2018-05-09ldb: Ensure we can open a new LDB after a fork()Andrew Bartlett1-0/+64
2018-05-09ldb/tests: add tests for transaction_{start,commit}/lock_read across forksGary Lockyer1-0/+216
2018-04-06ldb: Fix trailing whitespaceVolker Lendecke1-11/+11
2018-04-06ldb tests: ldb_mod_op_test use correct ldb to create dnGary Lockyer1-1/+1
2018-04-06ldb test: close pipes to stop forked tests failing on failureGary Lockyer1-1/+9
2018-04-06ldb: Allow GUID index mode to be tested on TDBAndrew Bartlett1-20/+129
2018-04-06ldb: Ignore these tests in mdb test modeAndrew Bartlett1-0/+11
2018-04-06ldb: Fix missing NULL terminator in ldb_mod_op_test testsuiteAndrew Bartlett1-2/+2
2018-04-03ldb/tests: avoid 'return void_function();' which isn't portableStefan Metzmacher1-4/+4
2018-03-07ldb_mod_op_test: Make sure that closing the database frees locksGary Lockyer1-0/+29
2018-03-06ldb_mod_op_test: Add new nested transactions testGary Lockyer1-0/+62
2018-03-05ldb_mod_op_test: Fix core dump on ldb_case_attrs_index_test_teardownGary Lockyer1-0/+8
2018-02-26ldb_debug tests: Fix binary data in debug logGary Lockyer1-0/+298
2018-02-24ldb tests: fix null test on incorrect variableGary Lockyer1-2/+2
2017-12-10ldb ldb_index: Add an attriubute flag to require a unique value.Gary Lockyer1-0/+326
2017-09-20ldb: Add tests for read only behaviourGary Lockyer1-0/+152
2017-09-07ldb: Add new ldb_ldif_message_redacted_string() with testsAndrew Bartlett1-0/+91
2017-07-02ldb:tests: Add test to show that locks are released on TALLOC_FREE(req)Andrew Bartlett1-0/+226
2017-07-02ldb:tests: Correct comment about version numbersAndrew Bartlett1-2/+2
2017-07-02ldb: Lock the whole backend database for the duration of a searchAndrew Bartlett1-8/+2
2017-07-02ldb:tests: Add test encoding current locking behaviour during ldb_search()Andrew Bartlett1-0/+238
2017-07-02ldb:tests: Show that writes do not appear during an ldb_search()Andrew Bartlett1-0/+349
2017-07-02ldb:tests: don't assert the results before doing the final search finishedAndrew Bartlett1-5/+10
2017-06-15ldb tests/ldb_mod_op_test: don't double include cmocka.hDouglas Bagnall1-2/+0
2017-05-31ldb: Add test for ldb_build_search_req()Andrew Bartlett1-0/+52
2017-05-31ldb: Add tests for new ldb handle and event context behaviourAndrew Bartlett1-0/+54
2017-05-31ldb: Add tests for the schema and index override hooksAndrew Bartlett1-0/+196
2017-05-31ldb: Move test_ldb_attrs_case_insensitive closer to setup/teardown functionsAndrew Bartlett1-23/+24
2017-05-06ldb: Add test for transaction deadlock detected when waiting for a searchAndrew Bartlett1-0/+243
2017-04-19ldb:tests: Unit test the ldb_rename() operationJakub Hrozek1-38/+256
2017-04-19ldb:tests: Add tests for case insensitive searchesJakub Hrozek1-0/+114
2017-04-19ldb:tests: unit test for ldb_search()Jakub Hrozek1-13/+380
2017-04-19ldb:tests: Add a modify testJakub Hrozek1-0/+423
2017-04-19ldb:tests: Add a test for ldb transactionsJakub Hrozek1-0/+80
2017-04-19ldb:tests: Add a basic delete testJakub Hrozek1-13/+121
2017-04-19ldb:tests: Add a basic search testJakub Hrozek1-0/+72
2017-04-19ldb:tests: A rudimentary ldb_add() testJakub Hrozek1-0/+51