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)
committerJeremy Allison <jra@samba.org>
Wed, 20 Sep 2023 01:49:35 +0000 (01:49 +0000)
commit66398dd03c46633b474438dddb771caa2d245e64
treea5bacf35e34faddb311d3d52984e4584d81b23a0
parentea062c3b0d4dbb1f0682f808ac893bf36a6fb194
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>
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