]> git.ipfire.org Git - thirdparty/samba.git/commit
smbtorture: add testsuite "smb2.persistent-open-failover"
authorRalph Boehme <slow@samba.org>
Fri, 12 Dec 2025 15:49:51 +0000 (16:49 +0100)
committerRalph Boehme <slow@samba.org>
Fri, 17 Jul 2026 10:18:37 +0000 (10:18 +0000)
commit445a0cf9741e41fe5b9283c7feecd23ec666cf00
tree0d8503e4151f11b2957aae082375daf6d25b0270
parent709d66b5ae221e8bc3275c243404d515d46ad7a4
smbtorture: add testsuite "smb2.persistent-open-failover"

This uses the same basic test as smb2.persistent-open.reconnect-contended, but
instead of doing a simple TCP disconnect from TALLOC_FREE()ing the smb2_tree, we
use the ctdb failover hooks.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
source3/selftest/tests.py
source4/torture/smb2/durable_v2_open.c
source4/torture/smb2/smb2.c