]> 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)
committerJule Anger <janger@samba.org>
Thu, 5 Jun 2025 10:57:15 +0000 (10:57 +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>
(cherry picked from commit 69a7d5881bd0d91d270b4a8be4c75dcd94f19897)

source4/selftest/tests.py

index fab95fcfef3f35d49bacd52c7ea1795dec28c0ce..9c5e85e428af8f16dbf26cf790d0cd5e2409a3e8 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]