]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: stop running smb2.streams against the ad_dc_ntvfs
authorRalph Boehme <slow@samba.org>
Mon, 26 May 2025 10:32:16 +0000 (12:32 +0200)
committerRalph Boehme <slow@samba.org>
Wed, 28 May 2025 15:06:29 +0000 (15:06 +0000)
This will soon start failing with

UNEXPECTED(failure): samba4.smb2.streams.rename2(ad_dc_ntvfs)
REASON: Exception: Exception: ../../source4/torture/smb2/streams.c:1533: status was NT_STATUS_OBJECT_NAME_COLLISION, expected NT_STATUS_OK: CHECK_STATUS

and I don't see the point in tracking this down for a dead product.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Bjoern Jacke <bjacke@samba.org>
source4/selftest/tests.py

index 1e8bc42b055a6f26a0aca9cf1aeb25ee617f7518..6ddea31e696d9883024b91d911a007d357325acf 100755 (executable)
@@ -443,6 +443,7 @@ smb2_s3only = [
     "smb2.twrp",
     "smb2.ea",
     "smb2.create_no_streams",
+    "smb2.streams",
 ]
 smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only]