2011-10-26 06:38:15 +04:00
# This file contains a list of regular expressions matching testsuites that
2008-05-29 20:19:19 +04:00
# should be skipped during "make test".
#
# Possible reasons for adding a testsuite here:
2008-05-30 16:15:40 +04:00
# * Testsuite functionality not implemented on the server side
2008-05-29 20:19:19 +04:00
# * Testsuite crashes during run
# * Testsuite crashes server
2008-05-30 16:15:40 +04:00
# * Testsuite contains "flapping" tests (sometimes success, sometimes failure)
2008-06-11 02:11:31 +04:00
# * Testsuite hangs indefinitely
2008-05-29 20:19:19 +04:00
#
2011-10-26 06:38:15 +04:00
# If a testsuite is partially succeeding, please list the failing bits
2009-06-12 19:45:15 +04:00
# in the selftest/knownfail file rather than disabling the testsuite completely.
2010-09-30 12:31:38 +04:00
# That way those tests that do succeed still get run and we will be notified
# if a known failing test suddenly starts succeeding.
2008-05-29 20:19:19 +04:00
#
2009-06-12 19:45:15 +04:00
# If a testsuite is very slow, please add it to selftest/slow instead.
2010-09-30 12:31:38 +04:00
# This way it will still get run in "make slowtest"
2008-05-29 20:19:19 +04:00
#
2010-09-30 12:31:38 +04:00
# Please add a comment for each testsuite you disable explaining why
2008-05-29 20:19:19 +04:00
# it is being skipped.
2011-10-26 06:38:15 +04:00
^samba3.smbtorture_s3.*.randomipc
^samba3.smbtorture_s3.*.negnowait
^samba3.smbtorture_s3.*.nbench
^samba3.smbtorture_s3.*.errmapextract
^samba3.smbtorture_s3.*.trans2scan
^samba3.smbtorture_s3.*.nttransscan
^samba3.smbtorture_s3.*.deny1
^samba3.smbtorture_s3.*.deny2
^samba3.smbtorture_s3.*.openattr
^samba3.smbtorture_s3.*.casetable
^samba3.smbtorture_s3.*.eatest
^samba3.smbtorture_s3.*.mangle
^samba3.smbtorture_s3.*.utable
^samba3.smbtorture_s3.*.pipe_number
2011-10-26 10:59:47 +04:00
^samba3.smbtorture_s3.LOCAL-DBTRANS #hangs for some reason
2011-10-26 06:38:15 +04:00
^samba3.*base.charset
^samba3.*raw.context
^samba3.*raw.ioctl
^samba3.*raw.qfileinfo
^samba3.*raw.qfsinfo
^samba3.*raw.sfileinfo.base
2012-02-29 14:09:56 +04:00
^samba3.smb2.hold-oplock # Not a test, but a way to block other clients for a test
2012-03-02 15:15:00 +04:00
^samba3.smb2.scan # No tests
2011-05-17 13:26:40 +04:00
^samba4.base.iometer
^samba4.base.casetable
^samba4.base.nttrans
^samba4.base.scan.maxfid
^samba4.raw.hold-oplock # Not a test, but a way to block other clients for a test
^samba4.smb2.hold-oplock # Not a test, but a way to block other clients for a test
^samba4.raw.ping.pong # Needs second server to test
^samba4.rpc.samr.accessmask
^samba4.raw.scan.eamax
^samba4.smb2.notify
^samba4.smb2.scan
^samba4.smb2.lease
2012-03-03 20:01:38 +04:00
^samba4.smb2.durable-open
2012-02-28 01:56:37 +04:00
^samba4.smb2.durable-v2-open
2011-05-17 13:26:40 +04:00
^samba4.smb2.dir
2012-02-28 04:44:10 +04:00
^samba4.smb2.session
2011-05-02 14:53:48 +04:00
^samba4.ntvfs.cifs.*.base.charset
^samba4.ntvfs.cifs.*.base.iometer
^samba4.ntvfs.cifs.*.base.casetable
^samba4.ntvfs.cifs.*.base.nttrans
^samba4.ntvfs.cifs.*.base.scan-maxfid
^samba4.ntvfs.cifs.*.base.utable
^samba4.ntvfs.cifs.*.base.smb
^samba4.ntvfs.cifs.*.raw.
2011-05-17 13:26:40 +04:00
^samba4.rpc.samsync
^samba4.rpc.remact # Not provided by Samba 4
^samba4.rpc.oxidresolve # Not provided by Samba 4
^samba4.rpc.eventlog # Not provided by Samba 4
^samba4.rpc.initshutdown # Not provided by Samba 4
^samba4.rpc.spoolss # Not provided by Samba 4
^samba4.rpc.svcctl # Not provided by Samba 4
^samba4.rpc.atsvc # Not provided by Samba 4
^samba4.rpc.frsapi # Not provided by Samba 4
^samba4.rpc.ntsvcs # Not provided by Samba 4
^samba4.rpc.dfs # Not provided by Samba 4
2012-06-05 22:02:04 +04:00
^samba4.rpc.fsrvp # fsrvp server support not yet provided
2011-05-02 14:53:48 +04:00
^samba4.*.base.samba3.* # Samba3-specific test
^samba4.*.raw.samba3.* # Samba3-specific test
2008-04-17 16:59:16 +04:00
^samba4.rpc..*samba3.* # Samba3-specific test
2011-05-17 13:26:40 +04:00
^samba4.raw.offline # Samba 4 doesn't have much offline support yet
^samba4.rpc.autoidl # this one just generates a lot of noise, and is no longer useful
^samba4.rpc.countcalls # this is not useful now we have full IDL
^samba4.rap.scan # same thing here - we have docs now
^samba4.rap.printing # Not provided by Samba 4
^samba4.rap.sam # Not provided by Samba 4
2009-10-12 09:14:02 +04:00
bench # don't run benchmarks in our selftest
2011-05-02 14:53:48 +04:00
^samba4..*trans2.scan # uses huge number of file descriptors
^samba4.*.base.scan.ioctl # bad idea in make test
^samba4.*.base.scan.pipe_number # bad idea in make test
^samba4.*.base.secleak # no point on build farm
^samba4.*.base.delaywrite # This is randomly failing, depending on timing and filesystem features
^samba4.*.base.winattr
^samba4.*.base.birthtime
2011-05-17 13:26:40 +04:00
^samba4.smb2.acls # new test which doesn't pass yet
2010-07-31 13:31:43 +04:00
# ktutil might not be installed or from mit...
# we should build a samba4ktutil and use that instead
2011-05-17 13:26:40 +04:00
^samba4.blackbox.ktpass # this test isn't portable ...
s4:selftest: skip flakey samba4.drs.repl_schema.python for now
UNEXPECTED(error): samba4.drs.repl_schema.python(vampire_dc).repl_schema.DrsReplSchemaTestCase.test_classWithCustomAttribute
REASON: _StringException: _StringException: Content-Type: text/x-traceback;charset=utf8,language=python
traceback
49F
Traceback (most recent call last):
File "/usr/lib/python2.6/dist-packages/testtools/runtest.py", line 128, in _run_user
return fn(*args)
File "/usr/lib/python2.6/dist-packages/testtools/testcase.py", line 368, in _run_test_method
testMethod()
File "/memdisk/autobuild/flakey/b12973/samba4/source4/torture/drs/python/repl_schema.py", line 179, in test_classWithCustomAttribute
self._net_drs_replicate(DC=self.dnsname_dc2, fromDC=self.dnsname_dc1, nc_dn=self.schema_dn)
File "/memdisk/autobuild/flakey/b12973/samba4/source4/torture/drs/python/drs_base.py", line 110, in _net_drs_replicate
return self.check_output(cmd_line)
File "bin/python/samba/tests/__init__.py", line 157, in check_output
raise BlackboxProcessError(retcode, line, p.stdout.read(), p.stderr.read())
BlackboxProcessError: Command '/memdisk/autobuild/flakey/b12973/samba4/bin/samba-tool drs replicate -USAMBADOMAIN/Administrator%locDCpass1 --sync-forced LOCALVAMPIREDC.samba.example.com localdc.samba.example.com CN=Schema,CN=Configuration,DC=samba,DC=example,DC=com'; exit status 255; stdout: ''; stderr: 'ERROR(runtime): DsReplicaSync failed - (-1073741807, 'NT_STATUS_END_OF_FILE')
'
0
As this is an error, we have to skip it instead of adding it to the knowfail file
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sat Sep 17 08:43:31 CEST 2011 on sn-devel-104
2011-09-17 09:06:26 +04:00
^samba4.drs.repl_schema.python # flakey test
2011-09-26 15:38:16 +04:00
^samba4.smb2.ioctl # snapshots not supported by default
2011-10-14 00:43:41 +04:00
^samba4.drs.delete_object.python # flakey test
2012-02-29 03:06:31 +04:00
^samba4.rpc.unixinfo # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use
^samba.tests.dcerpc.unix # This contains a server-side getpwuid call which hangs the server when nss_winbindd is in use