diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-01-19 17:33:59 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-19 19:37:03 +0100 |
commit | 448388e609f9d6bad68a187983fa2507492e6511 (patch) | |
tree | c724abb9fcc37abaa2744547820736ab2fe85d95 | |
parent | 916cc7be85f08c4781c93417af69420b29b5783e (diff) | |
download | samba-448388e609f9d6bad68a187983fa2507492e6511.tar.gz samba-448388e609f9d6bad68a187983fa2507492e6511.tar.bz2 samba-448388e609f9d6bad68a187983fa2507492e6511.zip |
s4:selftest/skip: add samba4.tokengroups.python
This fails randomly like this with an error (not a failure):
[651/695 in 27m37s] samba4.tokengroups.python(dc)
running client gensec_update
UNEXPECTED(error): samba4.tokengroups.python(dc).__main__.TokenTest.test_pac_groups
REASON: _StringException: _StringException: Content-Type: text/x-traceback;charset=utf8,language=python
traceback
1E2
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/tridge/flakey/b2413/source4/source4/dsdb/tests/python/token_group.py", line 142, in test_pac_groups
(client_finished, client_to_server) = gensec_client.update(server_to_client)
TypeError: expected a string
0
FAILED (0 failures and 1 errors in 0 testsuites)
A summary with detailed information can be found in:
./st/summary
test: running (/usr/bin/perl /memdisk/tridge/flakey/b2413/source4/source4/../selftest/selftest.pl --prefix=./st --builddir=. --srcdir=. --exclude=./selftest/skip --testlist="/usr/bin/python ./selftest/tests.py|" --exclude=./selftest/slow --socket-wrapper && touch ./st/st_done) | /usr/bin/python -u ../selftest/filter-subunit --expected-failures=./selftest/knownfail --fail-immediately | tee ./st/subunit | /usr/bin/python -u ../selftest/format-subunit --prefix=./st --immediate
ERROR: test failed with exit code 1
metze
-rw-r--r-- | source4/selftest/knownfail | 2 | ||||
-rw-r--r-- | source4/selftest/skip | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/selftest/knownfail b/source4/selftest/knownfail index 1d03a53ce8..c10730b7d2 100644 --- a/source4/selftest/knownfail +++ b/source4/selftest/knownfail @@ -79,4 +79,4 @@ samba4.smb2.compound.*.related2 samba4.smb2.compound.*.invalid2 samba4.ldap.acl.*.search.* # ACL search behaviour not enabled by default samba4.ldap.acl.*.ntSecurityDescriptor.* # ACL extended checks on search not enabled by default - +samba4.tokengroups.python # randomly fails diff --git a/source4/selftest/skip b/source4/selftest/skip index 671269a8fd..f6592def0c 100644 --- a/source4/selftest/skip +++ b/source4/selftest/skip @@ -84,3 +84,4 @@ smb2.acls # new test which doesn't pass yet # 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.tokengroups.python # randonly fails with an error |