summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-17 07:06:26 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-17 08:43:31 +0200
commitb142c6a6e85bf7a96b8537fd5633df25915eb5a5 (patch)
tree19c73e6a5c70c07d9dc61b77ce201f0d9e88a528 /source4/selftest
parent3dcec44f3edbc9c4f1946ead3480f6d01cd53e7a (diff)
downloadsamba-b142c6a6e85bf7a96b8537fd5633df25915eb5a5.tar.gz
samba-b142c6a6e85bf7a96b8537fd5633df25915eb5a5.tar.bz2
samba-b142c6a6e85bf7a96b8537fd5633df25915eb5a5.zip
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
Diffstat (limited to 'source4/selftest')
-rw-r--r--source4/selftest/skip1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/skip b/source4/selftest/skip
index 2c0490ac19..bd4fcc357b 100644
--- a/source4/selftest/skip
+++ b/source4/selftest/skip
@@ -76,3 +76,4 @@ bench # don't run benchmarks in our selftest
# ktutil might not be installed or from mit...
# we should build a samba4ktutil and use that instead
^samba4.blackbox.ktpass # this test isn't portable ...
+^samba4.drs.repl_schema.python # flakey test