From 834c817d6ea8384bd2e3d3bb6555c950ba98c80d Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 20 Sep 2012 20:46:53 +0200 Subject: [PATCH] selftest: we fail samba3.smb2.compound.interim2 We currently return NT_STATUS_CANCELLED where we should return NT_STATUS_INTERNAL_ERROR. (similar to commit 841934647b06d6400148932cc8ce02a20c209610) Signed-off-by: Stefan Metzmacher The last 15 patches address bug #9173 - SMB2 compound request create/delete_on_close/close doesn't work as windows. --- source3/selftest/knownfail | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail index 95f01f64dcf5..d2cb953c3687 100644 --- a/source3/selftest/knownfail +++ b/source3/selftest/knownfail @@ -5,6 +5,7 @@ samba3.posix_s3.rap.printing # fails sometimes on sn-devel samba3.posix_s3.rpc.spoolss.*printserver.enum_printers_old # fails on some hosts due to timing issues ? samba3.posix_s3.rpc.spoolss.printer.*addprinterex.print_test # another intermittent failure samba3.posix_s3.smb2.lock.*.rw-exclusive # another intermittent failure +samba3.posix_s3.smb2.compound.*interim2 # wrong return code (STATUS_CANCELLED) .*driver.add_driver_timestamps # we only can store dates, not timestamps samba3.raw.mux.* #This test is flaky on the async lock time samba3.smbtorture_s3.*OPLOCK4 # fails sometimes on sn-devel -- 2.34.1