From: Ralph Boehme Date: Mon, 26 May 2025 10:32:16 +0000 (+0200) Subject: selftest: stop running smb2.streams against the ad_dc_ntvfs X-Git-Tag: samba-4.22.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cc5ed62dd340fc718843befcf7d0a1fccf1d8b5;p=thirdparty%2Fsamba.git selftest: stop running smb2.streams against the ad_dc_ntvfs 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 Reviewed-by: Bjoern Jacke (cherry picked from commit 69a7d5881bd0d91d270b4a8be4c75dcd94f19897) --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index fab95fcfef3..9c5e85e428a 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -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]