mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
selftest/Samba3: make use of 'smbd:FSCTL_SMBTORTURE = yes'
This makes sure the lease/oplock break retry logic based on missing TCP acks is tested. We're still not able to run multichannel tests automatically, as socket wrapper doesn't support fd-passing yet. But this testing this with single channels is a good start. BUG: https://bugzilla.samba.org/show_bug.cgi?id=11897 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
bd1285d40d
commit
883657a7cf
@ -1 +0,0 @@
|
||||
^samba3.smb2.oplock.batch22b.nt4_dc
|
@ -2204,6 +2204,7 @@ sub provision($$)
|
||||
bind interfaces only = yes
|
||||
panic action = cd $self->{srcdir} && $self->{srcdir}/selftest/gdb_backtrace %d %\$(MAKE_TEST_BINARY)
|
||||
smbd:suicide mode = yes
|
||||
smbd:FSCTL_SMBTORTURE = yes
|
||||
|
||||
client min protocol = SMB2_02
|
||||
server min protocol = SMB2_02
|
||||
|
Loading…
Reference in New Issue
Block a user