[SCM] Samba Shared Repository - branch master updated

Stefan Metzmacher metze at samba.org
Sat Sep 17 00:44:02 MDT 2011


The branch, master has been updated
       via  b142c6a s4:selftest: skip flakey samba4.drs.repl_schema.python for now
      from  3dcec44 s3: Fix bug 8455 -- Samba PDC is looking up only primary user group

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b142c6a6e85bf7a96b8537fd5633df25915eb5a5
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Sep 17 07:06:26 2011 +0200

    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 at samba.org>
    Autobuild-Date: Sat Sep 17 08:43:31 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source4/selftest/skip |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/selftest/skip b/source4/selftest/skip
index 2c0490a..bd4fcc3 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list