From 12638d48a63e90d7d5568d00e39c7041f96675ae Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 22 Dec 2019 14:05:17 +0100 Subject: 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 Reviewed-by: Jeremy Allison --- source3/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/selftest') 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", -- cgit v1.2.1