← Back to team overview

launchpad-dev team mailing list archive

ec2 land submission problems (Re: Test results: drop-variants => db-devel: FAILURE)

 

Hi all,

I've tried a few times to land my branch on db-devel using "ec2 land",
but can't go past the following failure:

У сре, 17. 11 2010. у 18:28 +0000, Danilo Segan пише:
> Tests started at approximately 2010-11-17 17:34:04.826732
> Source: bzr+ssh://bazaar.launchpad.net/~danilo/launchpad/drop-variants r9971
> Target: bzr+ssh://bazaar.launchpad.net/~launchpad-pqm/launchpad/db-devel/ r9977
> 
> 1461 tests run in 0:54:03.946610, 1 failures, 0 errors
> 
> Failing tests
> -------------
>   lp.services.job.tests.test_runner.TestTwistedJobRunner.test_timeout
> 
> ======================================================================
> FAILURE: lp.services.job.tests.test_runner.TestTwistedJobRunner.test_timeout (subunit.RemotedTestCase)
> ----------------------------------------------------------------------
> _StringException: Text attachment: traceback
> ------------
> Traceback (most recent call last):
> _StringException: Text attachment: traceback
> ------------
> Traceback (most recent call last):
>   File "/var/launchpad/tmp/eggs/testtools-0.9.8_r128-py2.6.egg/testtools/runtest.py", line 143, in _run_user
>     return fn(*args)
>   File "/var/launchpad/tmp/eggs/testtools-0.9.8_r128-py2.6.egg/testtools/testcase.py", line 539, in _run_test_method
>     return self._get_test_method()()
>   File "/var/launchpad/test/lib/lp/services/job/tests/test_runner.py", line 390, in test_timeout
>     self.assertEqual(1, len(runner.completed_jobs))
>   File "/var/launchpad/tmp/eggs/testtools-0.9.8_r128-py2.6.egg/testtools/testcase.py", line 309, in assertEqual
>     self.assertThat(observed, matcher)
>   File "/var/launchpad/tmp/eggs/testtools-0.9.8_r128-py2.6.egg/testtools/testcase.py", line 385, in assertThat
>     % (matchee, matcher, mismatch.describe()))
> AssertionError: Match failed. Matchee: "2"
> Matcher: Equals(1)
> Difference: 1 != 2


Looking at the full log (attached), it seems to be a problem handling
the connection lost error after this test.  The test passes locally for
me, though.  Could it be that our ec2 image needs the update of
testtools as well due to the same issue we had locally (no version
change, or was it for something else?).

Any ideas anyone?

Danilo

Attachment: drop-variants-r9971.subunit.gz
Description: GNU Zip compressed data


Follow ups