]> git.ipfire.org Git - thirdparty/samba.git/commit
ldb: test for parse errors
authorAaron Haslett <aaronhaslett@catalyst.net.nz>
Tue, 28 May 2019 05:22:10 +0000 (17:22 +1200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 28 Aug 2019 07:36:29 +0000 (07:36 +0000)
commit3e9e7afc2599cd95d2b7b374575bb4b20fa1c060
tree59e963bf26fef618db063a08b7735f18ee05e536
parentabc63d6eab0cbe76140f6c03f3f0385eb9a863e1
ldb: test for parse errors

Parse errors aren't passed up correctly by the tdb backend. This
patch modifies a test to expose the issue, next patch will fix it.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13959

Signed-off-by: Aaron Haslett <aaronhaslett@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
(cherry picked from commit 2de0aebed60b8e83508f50e5391ede618ce0e595)
lib/ldb/tests/ldb_kv_ops_test.c