zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00688
[Bug 503619] Re: Failing remote-test and blacklist-test testcases
They used to work fine so some recent commit must have broken them
--
Failing remote-test and blacklist-test testcases
https://bugs.launchpad.net/bugs/503619
You received this bug notification because you are a member of Zeitgeist
Developers, which is the registrant for Zeitgeist Framework.
Status in Zeitgeist Framework: New
Bug description:
As of today I get the following results:
======================================================================
ERROR: testApplyBlacklist (blacklist-test.BlacklistTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/media/devel/zeitgeist/trunk/test/blacklist-test.py", line 48, in testApplyBlacklist
self.testSetOne()
File "/media/devel/zeitgeist/trunk/test/blacklist-test.py", line 36, in testSetOne
self.blacklist.SetBlacklist([orig])
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 610, in call_blocking
message.append(signature=signature, *args)
TypeError: Expected a string or unicode object
======================================================================
ERROR: testClear (blacklist-test.BlacklistTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/media/devel/zeitgeist/trunk/test/blacklist-test.py", line 29, in testClear
self.blacklist.SetBlacklist([])
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 610, in call_blocking
message.append(signature=signature, *args)
ValueError: Unable to guess signature from an empty list
======================================================================
ERROR: testSetOne (blacklist-test.BlacklistTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/media/devel/zeitgeist/trunk/test/blacklist-test.py", line 36, in testSetOne
self.blacklist.SetBlacklist([orig])
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 610, in call_blocking
message.append(signature=signature, *args)
TypeError: Expected a string or unicode object
======================================================================
ERROR: testFindRelated (remote-test.ZeitgeistRemoteAPITest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/media/devel/zeitgeist/trunk/test/remote-test.py", line 210, in testFindRelated
TimeRange.always(), callback)
File "/media/devel/zeitgeist/trunk/test/../zeitgeist/client.py", line 588, in find_related_uris_for_uris
self.find_related_uris_for_events([event_template], *args, **kwargs)
File "/media/devel/zeitgeist/trunk/test/../zeitgeist/client.py", line 577, in find_related_uris_for_events
error_handler=self._safe_error_handler(error_handler))
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 132, in __call__
**keywords)
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 556, in call_async
message.append(signature=signature, *args)
ValueError: Unable to guess signature from an empty list
----------------------------------------------------------------------
Ran 67 tests in 36.629s
FAILED (errors=4)
Not sure if this testcases ever worked, needs further investigation.
But obviously no blacklist testcases runs fine, so this is blocking any release.
References