s3: torture: Add a new SMB2 test: SMB2-PIPE-READ-ASYNC-DISCONNECT
authorJeremy Allison <jra@samba.org>
Tue, 19 Sep 2023 21:30:26 +0000 (14:30 -0700)
committerJule Anger <janger@samba.org>
Fri, 22 Sep 2023 19:34:15 +0000 (19:34 +0000)
commit09e00c0a6c500d88d2d43cd1538ec10fda6b7692
treef6a013aa91a506efabe13dcce7823019b22badbc
parentf3d07e123ec254fdfea8f2c36c3a6532be8b369e
s3: torture: Add a new SMB2 test: SMB2-PIPE-READ-ASYNC-DISCONNECT

Shows the server crashes if we open a named pipe, do an async read
and then disconnect.

Adds knownfail:

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 66398dd03c46633b474438dddb771caa2d245e64)
selftest/knownfail.d/smb2_pipe_read_async_disconnect [new file with mode: 0644]
source3/script/tests/test_smbtorture_nocrash_s3.sh [new file with mode: 0755]
source3/selftest/tests.py
source3/torture/proto.h
source3/torture/test_smb2.c
source3/torture/torture.c