From 4709373cdf75d9a84eaaf1f23cf4bf07b8cb63c5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 30 Jun 2014 09:37:47 +0000 Subject: torture: Add a check to verify MS-SMB2 3.3.5.14.2 If we have more than one lock and there is any blocking lock, we need to fail with NT_STATUS_INVALID_PARAMETER. At a quick glance I did not find this tested, so add it. Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- selftest/knownfail | 1 + 1 file changed, 1 insertion(+) (limited to 'selftest') diff --git a/selftest/knownfail b/selftest/knownfail index 434ce0c095..deeb8fac69 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -115,6 +115,7 @@ ^samba4.smb2.oplock.doc ^samba4.smb2.compound.related3 ^samba4.smb2.compound.compound-break +^samba4.smb2.lock.valid-request ^samba4.*base.delaywrite.*update of write time and SMBwrite truncate\(.*\)$ ^samba4.*base.delaywrite.*update of write time and SMBwrite truncate expand\(.*\)$ ^samba4.*base.delaywrite.*delayed update of write time 3a\(.*\)$ -- cgit