summaryrefslogtreecommitdiff
path: root/lib/ldb/tests
AgeCommit message (Expand)AuthorFilesLines
2025-10-29lib:ldb:tests: Fix memory leaks in ldb_lmdb_free_list_testAndreas Schneider1-7/+13
2025-10-29lib:ldb:tests: Avoid memory leaks in ldb_kv_ops testAndreas Schneider1-7/+35
2025-10-17Add missing include needed for cmocka.hAndreas Schneider1-0/+1
2025-03-05ldb: remove unused test-sqlite3.shDouglas Bagnall1-23/+0
2024-12-19ldb:tests: add tests ensuring indexes don't change search resultsDouglas Bagnall1-0/+478
2024-11-06ldb:test:lmdb_free_list: s/the the/to the/ in commentDouglas Bagnall1-1/+1
2024-09-24ldb:test:api_search: shift remaining setUp adds to class add_indexDouglas Bagnall1-35/+31
2024-09-24ldb:test:api_search: remove pass-through setUp()sDouglas Bagnall1-9/+0
2024-09-24ldb:test:api_search: use @unittest.skipIf for LMDB testsDouglas Bagnall1-37/+8
2024-09-24ldb:test:api_search: skip LMDB tests at class levelDouglas Bagnall1-18/+25
2024-09-24ldb:test:api_search: use class method to add indexDouglas Bagnall1-21/+56
2024-09-24ldb:test:api_search: tidy up files in each subclassDouglas Bagnall1-2/+8
2024-09-24ldb:test:api_search: set up the database once and use copiesDouglas Bagnall1-210/+224
2024-09-24ldb:test:api_search: use test name as db nameDouglas Bagnall1-2/+6
2024-09-24ldb:test:api_search: put config options on class, not instance.Douglas Bagnall1-47/+44
2024-09-24ldb:test:api_search: improve attribute access testsDouglas Bagnall1-3/+3
2024-09-24ldb:test:api_base: make flags method a class methodDouglas Bagnall1-2/+3
2024-09-24ldb:test:api_base: simplify prefix selectionDouglas Bagnall1-7/+1
2024-09-24ldb:tests:index: use abi_baseDouglas Bagnall1-12/+6
2024-09-24ldb:tests:crash: rationalise importsDouglas Bagnall1-2/+1
2024-09-24ldb:tests:api_simple uses conventional 4 space indentDouglas Bagnall1-3/+3
2024-09-24ldb:tests:repack: use common api_base variablesDouglas Bagnall1-11/+6
2024-09-24ldb:tests:api_misc: fix Control testDouglas Bagnall1-1/+1
2024-09-24ldb:tests: move api.py to api_miscDouglas Bagnall1-0/+0
2024-09-24ldb:tests: make api_simple moduleDouglas Bagnall2-732/+752
2024-09-24ldb:tests: make api_add_modify moduleDouglas Bagnall2-355/+376
2024-09-24ldb:tests: make api_search moduleDouglas Bagnall2-1698/+1720
2024-09-24ldb:tests: make api_base moduleDouglas Bagnall2-38/+54
2024-09-24ldb:tests:api.py uses .disconnect before rmdirDouglas Bagnall1-1/+1
2024-09-24ldb:pytest:api: remove unnecessary super() parametersDouglas Bagnall1-45/+45
2024-09-24ldb:pytest:api: remove pass-though tearDownsDouglas Bagnall1-48/+0
2024-05-22ldb-samba: use ldb_comparison_fold_utf8()Douglas Bagnall1-2/+2
2024-05-22ldb: add test_ldb_comparison_foldDouglas Bagnall1-0/+213
2024-05-07ldb:tests: add a test for dotted i uppercaseDouglas Bagnall1-0/+4
2024-04-23ldb:pytests: test for Turkic i-dots in ldb_comparison_foldDouglas Bagnall1-0/+16
2024-04-10ldb:pytests: test ldb.connect() works after .disconnect()Douglas Bagnall1-0/+9
2024-03-20ldb:pytests: test duplicate connections failDouglas Bagnall1-0/+14
2024-03-03ldb: Pass a supported opaque type to ldb.set_opaque()Jo Sutton1-1/+1
2024-03-03ldb: Add tests for Python set_opaque() and get_opaque()Jo Sutton1-0/+68
2024-03-03pyldb: Remove unused and broken Python access to LDB module APIAndrew Bartlett1-58/+0
2024-03-01ldb: Prepare ldb tests for subunit outputAndrew Bartlett15-1/+30
2024-02-29ldb: ldb_string_to_time reports more errorsDouglas Bagnall1-0/+1
2023-10-25ldb: Fix code spellingJoseph Sutton1-1/+1
2023-08-30lib:ldb:tests: Remove explicit comparison with FalseJoseph Sutton1-1/+1
2023-04-11lib:ldb: Fix code spellingAndreas Schneider1-2/+2
2023-04-06lib:ldb:tests: Fix signedness build errorAndreas Schneider1-1/+1
2023-04-05CVE-2023-0614 ldb: Make ldb_filter_attrs_in_place() work in placeJoseph Sutton1-329/+280
2023-04-05CVE-2023-0614 ldb: Add function to filter message in placeJoseph Sutton1-0/+989
2023-04-05CVE-2023-0614 ldb:tests: Ensure ldb_val data is zero-terminatedJoseph Sutton1-85/+86
2023-04-04lib:ldb:tests: Fix code spellingAndreas Schneider7-21/+21