diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-10-16 08:34:35 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-10-16 10:43:02 +0200 |
commit | 1861213d147e0d96fd637813c5badb4908ec14d1 (patch) | |
tree | c8f27d149779434990181be38e2adf5e80e83723 | |
parent | 266b4c596346095f71a651e0a0231256c7409b0f (diff) | |
download | samba-1861213d147e0d96fd637813c5badb4908ec14d1.tar.gz |
selftest/knownfail: add samba3.rpc.lsa.privileges.lsa.Privileges
This failed more than 20 times in the last few weeks, e.g.
https://git.samba.org/autobuild.flakey/2012-10-16-0629/samba3.stdout
https://git.samba.org/autobuild.flakey/2012-10-16-0829/samba3.stdout
[530/717 in 14m32s] samba3.rpc.lsa.privileges(s3dc)
Using seed 1350368974
Testing OpenPolicy
Testing OpenPolicy2
Testing CreateAccount
Testing Delete
Testing DeleteObject
Testing EnumAccounts
Testing LookupSids
Testing LookupNames with 7 names
LookupName of sharesec_user was unmapped
LookupName of Everyone failed to return a result
UNEXPECTED(failure): samba3.rpc.lsa.privileges.lsa.Privileges(s3dc)
REASON: _StringException: _StringException: ../source4/torture/rpc/lsa.c:319: r.out.result was STATUS_SOME_UNMAPPED, expected NT_STATUS_OK: LookupNames failed
FAILED (1 failures, 0 errors and 0 unexpected successes in 0 testsuites)
metze
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Tue Oct 16 10:43:02 CEST 2012 on sn-devel-104
-rw-r--r-- | selftest/flapping | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/flapping b/selftest/flapping index f0b15284ca2..afeae65fe0c 100644 --- a/selftest/flapping +++ b/selftest/flapping @@ -15,6 +15,7 @@ ^samba3.rpc.spoolss.printer.*addprinterex.print_test # another intermittent failure ^samba3.rap.printing # fails sometimes on sn-devel ^samba3.rpc.spoolss.printer.*addprinter.print_test # fails on some hosts due to timing issues ? +^samba3.rpc.lsa.privileges.lsa.Privileges\(s3dc\) # fails sometimes on sn-devel ^samba3.smb2.lock.*.rw-exclusive # another intermittent failure ^samba4.blackbox.gentest # is flakey due to timing ^samba3.smb2.acls.INHERITANCE\(plugin_s4_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16 |