mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
6440720de3
I saw this at least 10 times in the last weeks. [1425/1517 in 1h12m22s] samba4.nss.test using winbind(s3dc) UNEXPECTED(failure): samba4.nss.test using winbind(s3dc).run nsstest(s3dc) REASON: _StringException: _StringException: ERROR setpwent: NSS_STATUS=-1 1 (nss_errno=0) ERROR getpwent: NSS_STATUS=-1 1 (nss_errno=0) ERROR endpwent: NSS_STATUS=-1 1 (nss_errno=0) ERROR setgrent: NSS_STATUS=-1 1 (nss_errno=0) ERROR getgrent: NSS_STATUS=-1 1 (nss_errno=0) ERROR endgrent: NSS_STATUS=-1 1 (nss_errno=0) ERROR Non existent user gave error -1 ERROR Non existent uid gave error -1 ERROR Non existent group gave error -1 ERROR Non existent gid gave error -1 total_errors=10 FAILED (1 failures, 0 errors and 0 unexpected successes in 0 testsuites) metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Jun 15 20:24:11 CEST 2012 on sn-devel-104
27 lines
1.8 KiB
Plaintext
27 lines
1.8 KiB
Plaintext
# This file contains a list of regular expressions matching the names of
|
|
# tests that are flapping. In other words, they sometimes succeed and
|
|
# sometimes fail, depending on external factors.
|
|
#
|
|
# "make test" will not report failures or successes for tests listed here.
|
|
#
|
|
# DO NOT ADD TESTS HERE UNLESS THEY ARE ACTUALLY FLAPPING
|
|
#
|
|
# It is much better to add known failing tests to 'knownfail', so the
|
|
# test system can warn when they actually start passing.
|
|
^samba3.raw.mux.* #This test is flaky on the async lock time
|
|
^samba3.smbtorture_s3.*OPLOCK4 # fails sometimes on sn-devel
|
|
^samba4.nbt.winsreplication.owned # fails sometimes, timing related
|
|
^samba3.rpc.spoolss.*printserver.enum_printers_old # fails on some hosts due to timing issues ?
|
|
^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.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
|
|
^samba3.smb2.acls.DYNAMIC\(plugin_s4_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16
|
|
^samba3.raw.acls.dynamic\(plugin_s4_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16
|
|
^samba3.raw.acls.inheritance\(plugin_s4_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16
|
|
^samba3.raw.samba3checkfsp.samba3checkfsp\(plugin_s4_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16
|
|
^samba3.raw.samba3closeerr.samba3closeerr\(plugin_s4_dc\) # Seems to flap - succeeds on sn-devel, fails on Fedora 16
|
|
^samba4.nss.test.*using.*winbind\(s3dc\).run.*nsstest # fails sometimes on sn-devel
|