s3: smbtorture3: Add test for setting delete on close on a directory, then creating...
authorJeremy Allison <jra@samba.org>
Wed, 3 Nov 2021 23:50:10 +0000 (16:50 -0700)
committerRalph Boehme <slow@samba.org>
Thu, 4 Nov 2021 08:22:34 +0000 (08:22 +0000)
commitadfad6390962022277cc6aacaa388af86e46b71c
tree4dfb5c53bcf6f756c739b10a39e299162c4846f1
parentb919798f5758e3284ff7f6f7402312c0a4b24d03
s3: smbtorture3: Add test for setting delete on close on a directory, then creating a file within to see if delete succeeds.

Exposes an existing problem where "ret" is overwritten
in the directory scan.

Add knownfail.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/knownfail.d/del_on_close_nonempty [new file with mode: 0644]
source3/selftest/tests.py
source3/torture/proto.h
source3/torture/test_smb2.c
source3/torture/torture.c