summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-12-22 14:05:17 +0100
committerJeremy Allison <jra@samba.org>2019-12-22 17:29:28 +0000
commit12638d48a63e90d7d5568d00e39c7041f96675ae (patch)
treeaaaf802b8aa85821cbae4139035a2b354e5d6a2c /source3/selftest
parentbc00eaca703be97709d0706f746930b3a13bb44b (diff)
downloadsamba-12638d48a63e90d7d5568d00e39c7041f96675ae.tar.gz
torture3: Add a test that contends with a READ, not a WRITE lock
This walks different code paths in the subsequent locker. And the one that we did not test so far is in fact buggy Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 25aa08a79f5..7f51d344bab 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -220,6 +220,7 @@ local_tests = [
"LOCAL-G-LOCK2",
"LOCAL-G-LOCK3",
"LOCAL-G-LOCK4",
+ "LOCAL-G-LOCK4A",
"LOCAL-G-LOCK5",
"LOCAL-G-LOCK6",
"LOCAL-G-LOCK7",