diff options
author | Volker Lendecke <vl@samba.org> | 2019-05-30 10:38:41 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-06-20 17:18:17 +0000 |
commit | 7dec53ed0c1c58b4ab7b7483b2da3e4cd58750fa (patch) | |
tree | 4f9a07d57746992688c363e0f1c577293e793b6f /selftest | |
parent | ff992d1c6c3c6327893f0505a5d03087777087ee (diff) | |
download | samba-7dec53ed0c1c58b4ab7b7483b2da3e4cd58750fa.tar.gz |
torture3: Add a test to block a locking&read
Right now we fail this with smbd, we return LOCK_NOT_GRANTED instead
of FILE_LOCK_CONFLICT. This will change with later commits.
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 2c31bf91619..81fe4e6df8e 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -12,6 +12,8 @@ ^samba3.smb2.session enc.reconnect # expected to give CONNECTION_DISCONNECTED, we need to fix the test ^samba3.raw.session enc # expected to give ACCESS_DENIED as SMB1 encryption isn't used ^samba3.smbtorture_s3.crypt_server # expected to give ACCESS_DENIED as SMB1 encryption isn't used +^samba3.smbtorture_s3.*.LOCK10.*\(fileserver\) +^samba3.smbtorture_s3.*.LOCK10.*\(nt4_dc\) ^samba3.nbt.dgram.*netlogon2\(nt4_dc\) ^samba3.*rap.sam.*.useradd # Not provided by Samba 3 ^samba3.*rap.sam.*.userdelete # Not provided by Samba 3 |