mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
9e98cd5c7a
These demonstrate which durables handles are kept and which are purged because of various opens, writes or renames. smb2.durable-v2-open.keep-disconnected-rh-with-stat-open smb2.durable-v2-open.keep-disconnected-rh-with-rh-open smb2.durable-v2-open.keep-disconnected-rh-with-rwh-open smb2.durable-v2-open.keep-disconnected-rwh-with-stat-open smb2.durable-v2-open.purge-disconnected-rwh-with-rwh-open smb2.durable-v2-open.purge-disconnected-rwh-with-rh-open smb2.durable-v2-open.purge-disconnected-rh-with-share-none-open smb2.durable-v2-open.purge-disconnected-rh-with-write smb2.durable-v2-open.purge-disconnected-rh-with-rename BUG: https://bugzilla.samba.org/show_bug.cgi?id=15649 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15651 BUG: https://bugzilla.samba.org/show_bug.cgi?id=15708 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
# Files in this directory contain lists of regular expressions # matching the names of tests that are temporarily expected to fail. # # Tests that are intended to *always* fail (e.g. to prove that the # test can't succeed under certain conditions) should be added under # selftest/expectedfail.d instead. # # "make test" will not report failures for tests listed here and will consider # a successful run for any of these tests an error. # # Empty lines and lines beginning with '#' are ignored. # Please don't add tests to this README!