]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:tests: let test_durable_handle_reconnect.sh run smb2.durable-v2-regressions.durabl...
authorStefan Metzmacher <metze@samba.org>
Mon, 26 Aug 2024 12:42:12 +0000 (14:42 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 19 Sep 2024 18:27:33 +0000 (18:27 +0000)
commit14875448ca06a3a28800343a3a326f1a66bccec0
treebc04fb88ceafd296c030fff0a9a9feeca130644a
parentef4ef04e7f83b1029446ff8b5fc5fdf4ab33edbd
s3:tests: let test_durable_handle_reconnect.sh run smb2.durable-v2-regressions.durable_v2_reconnect_bug15624

This demonstrates the dead lock after a durable reconnect failed
because the stat info changed, the file can't be accessed anymore
as we leak the incomplete share mode entry in a still running
process.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
selftest/knownfail.d/samba3.blackbox.durable_v2_delay [new file with mode: 0644]
source3/script/tests/test_durable_handle_reconnect.sh