summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-09-20 20:46:53 +0200
committerKarolin Seeger <kseeger@samba.org>2012-10-29 10:05:39 +0100
commitc403b54b946299c47e46650fcd85f03a6eb74883 (patch)
tree95215e7cfa4fd2fbb73a17a5a4a494a40d318ec8 /source3/selftest
parentaa530fc782cff67c874ccf1f9bdf254eb2c5187b (diff)
downloadsamba-c403b54b946299c47e46650fcd85f03a6eb74883.tar.gz
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 <metze@samba.org> The last 15 patches address bug #9173 - SMB2 compound request create/delete_on_close/close doesn't work as windows. (cherry picked from commit 834c817d6ea8384bd2e3d3bb6555c950ba98c80d)
Diffstat (limited to 'source3/selftest')
-rw-r--r--source3/selftest/knownfail1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail
index 95f01f64dcf..d2cb953c368 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