Comment 1 for bug 505913

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

For the record, the error is:

Failure in test lp.services.job.tests.test_runner.TestTwistedJobRunner.test_timeout
Traceback (most recent call last):
  File "/srv/buildbot/slaves/launchpad/db-devel/build/lib/lp/testing/__init__.py", line 449, in run
    testMethod()
  File "/srv/buildbot/slaves/launchpad/db-devel/build/lib/lp/services/job/tests/test_runner.py", line 314, in test_timeout
    self.assertEqual('TimeoutError', oops.type)
  File "/srv/buildbot/slaves/launchpad/db-devel/build/lib/lp/testing/__init__.py", line 338, in assertEqual
    % (message, pformat(a), pformat(b)))
  File "/usr/lib/python2.5/unittest.py", line 301, in fail
    raise self.failureException, msg
AssertionError: not equal:
a = 'TimeoutError'
b = 'ProcessTerminated'