diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 13:37:06 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-22 07:09:07 +0100 |
commit | 5590ac257f8656858946c38f7adefcd877182379 (patch) | |
tree | 66eb6f3d1d092497a373faa0d3325bc7fd293648 /source3/selftest | |
parent | e3821f2c40691cc747d887bac14d4e3d37f0763b (diff) | |
download | samba-5590ac257f8656858946c38f7adefcd877182379.tar.gz samba-5590ac257f8656858946c38f7adefcd877182379.tar.bz2 samba-5590ac257f8656858946c38f7adefcd877182379.zip |
selftest the raw.mux test is flaky:
TESTING MULTIPLEXED LOCK/LOCK/UNLOCK
establishing a lock
the second lock will conflict with the first
this will too, but we'll unlock while waiting
unlock the first range
recv the async reply
async lock took 265.40 msec
failed to trigger early lock retry
UNEXPECTED(error): samba3.posix_s3.raw.mux.mux
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Feb 22 07:09:07 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/selftest')
-rw-r--r-- | source3/selftest/knownfail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail index 6624abb9a3..c515223499 100644 --- a/source3/selftest/knownfail +++ b/source3/selftest/knownfail @@ -7,3 +7,4 @@ samba3.posix_s3.rpc.spoolss.printer.*addprinterex.print_test # another intermitt samba3.posix_s3.smb2.lock.*.rw-exclusive # another intermittent failure .*driver.add_driver_timestamps # we only can store dates, not timestamps samba3.blackbox.net.local.registry.roundtrip # this test needs fixing +samba3.raw.mux.* #This test is flaky on the async lock time |