index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ldb
/
tests
/
ldb_mod_op_test.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
ldb: Prepare ldb tests for subunit output
Andrew Bartlett
1
-0
/
+2
2023-10-25
ldb: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-04-04
lib:ldb:tests: Fix code spelling
Andreas Schneider
1
-1
/
+1
2023-03-15
lib:ldb: Correctly cast pointers for assert_string_equal()
Andreas Schneider
1
-11
/
+11
2020-05-08
Fix clang 9 format-nonliteral warnings
Gary Lockyer
1
-2
/
+4
2019-12-05
ldb:tests: Allow test filtering in ldb_mod_op_test
Andreas Schneider
1
-0
/
+4
2019-12-05
ldb:tests: Avoid that the debug function overwrites memory
Andreas Schneider
1
-19
/
+16
2019-05-22
ldb: ldb_key_value_test fix
Aaron Haslett
1
-0
/
+2
2019-04-02
Spelling fixes s/conficts/conflicts/
Mathieu Parent
1
-2
/
+2
2018-08-24
Fix uClibc build on 64bit platforms by including stdint.h
Bernd Kuhls
1
-0
/
+1
2018-08-14
ldb tests: fix assertion on wrong pointer
Timur I. Bakeyev
1
-1
/
+1
2018-05-30
ldb: Save a copy of the index result before calling the callbacks.
Andrew Bartlett
1
-0
/
+275
2018-05-23
ldb_mdb/tests: Tests for wrap open
Gary Lockyer
1
-0
/
+173
2018-05-09
ldb: Ensure we can open a new LDB after a fork()
Andrew Bartlett
1
-0
/
+64
2018-05-09
ldb/tests: add tests for transaction_{start,commit}/lock_read across forks
Gary Lockyer
1
-0
/
+216
2018-04-06
ldb: Fix trailing whitespace
Volker Lendecke
1
-11
/
+11
2018-04-06
ldb tests: ldb_mod_op_test use correct ldb to create dn
Gary Lockyer
1
-1
/
+1
2018-04-06
ldb test: close pipes to stop forked tests failing on failure
Gary Lockyer
1
-1
/
+9
2018-04-06
ldb: Allow GUID index mode to be tested on TDB
Andrew Bartlett
1
-20
/
+129
2018-04-06
ldb: Ignore these tests in mdb test mode
Andrew Bartlett
1
-0
/
+11
2018-04-06
ldb: Fix missing NULL terminator in ldb_mod_op_test testsuite
Andrew Bartlett
1
-2
/
+2
2018-04-03
ldb/tests: avoid 'return void_function();' which isn't portable
Stefan Metzmacher
1
-4
/
+4
2018-03-07
ldb_mod_op_test: Make sure that closing the database frees locks
Gary Lockyer
1
-0
/
+29
2018-03-06
ldb_mod_op_test: Add new nested transactions test
Gary Lockyer
1
-0
/
+62
2018-03-05
ldb_mod_op_test: Fix core dump on ldb_case_attrs_index_test_teardown
Gary Lockyer
1
-0
/
+8
2018-02-26
ldb_debug tests: Fix binary data in debug log
Gary Lockyer
1
-0
/
+298
2018-02-24
ldb tests: fix null test on incorrect variable
Gary Lockyer
1
-2
/
+2
2017-12-10
ldb ldb_index: Add an attriubute flag to require a unique value.
Gary Lockyer
1
-0
/
+326
2017-09-20
ldb: Add tests for read only behaviour
Gary Lockyer
1
-0
/
+152
2017-09-07
ldb: Add new ldb_ldif_message_redacted_string() with tests
Andrew Bartlett
1
-0
/
+91
2017-07-02
ldb:tests: Add test to show that locks are released on TALLOC_FREE(req)
Andrew Bartlett
1
-0
/
+226
2017-07-02
ldb:tests: Correct comment about version numbers
Andrew Bartlett
1
-2
/
+2
2017-07-02
ldb: Lock the whole backend database for the duration of a search
Andrew Bartlett
1
-8
/
+2
2017-07-02
ldb:tests: Add test encoding current locking behaviour during ldb_search()
Andrew Bartlett
1
-0
/
+238
2017-07-02
ldb:tests: Show that writes do not appear during an ldb_search()
Andrew Bartlett
1
-0
/
+349
2017-07-02
ldb:tests: don't assert the results before doing the final search finished
Andrew Bartlett
1
-5
/
+10
2017-06-15
ldb tests/ldb_mod_op_test: don't double include cmocka.h
Douglas Bagnall
1
-2
/
+0
2017-05-31
ldb: Add test for ldb_build_search_req()
Andrew Bartlett
1
-0
/
+52
2017-05-31
ldb: Add tests for new ldb handle and event context behaviour
Andrew Bartlett
1
-0
/
+54
2017-05-31
ldb: Add tests for the schema and index override hooks
Andrew Bartlett
1
-0
/
+196
2017-05-31
ldb: Move test_ldb_attrs_case_insensitive closer to setup/teardown functions
Andrew Bartlett
1
-23
/
+24
2017-05-06
ldb: Add test for transaction deadlock detected when waiting for a search
Andrew Bartlett
1
-0
/
+243
2017-04-19
ldb:tests: Unit test the ldb_rename() operation
Jakub Hrozek
1
-38
/
+256
2017-04-19
ldb:tests: Add tests for case insensitive searches
Jakub Hrozek
1
-0
/
+114
2017-04-19
ldb:tests: unit test for ldb_search()
Jakub Hrozek
1
-13
/
+380
2017-04-19
ldb:tests: Add a modify test
Jakub Hrozek
1
-0
/
+423
2017-04-19
ldb:tests: Add a test for ldb transactions
Jakub Hrozek
1
-0
/
+80
2017-04-19
ldb:tests: Add a basic delete test
Jakub Hrozek
1
-13
/
+121
2017-04-19
ldb:tests: Add a basic search test
Jakub Hrozek
1
-0
/
+72
2017-04-19
ldb:tests: A rudimentary ldb_add() test
Jakub Hrozek
1
-0
/
+51
[next]