Code review comment for lp:~jml/pkgme-service/whitelist-stubs

Revision history for this message
ISD Branch Mangler (isd-branches-mangler) wrote :

The attempt to merge lp:~jml/pkgme-service/whitelist-stubs into lp:pkgme-service failed. Below is the output from the failed tests.

./bin/py django_project/manage.py test djpkgme
Creating test database for alias 'default'...
Destroying test database for alias 'default'...

+N dist/BeautifulSoup-3.2.1.tar.gz
+N dist/PyMeta-0.5.0.tar.gz
+N dist/django_factory-0.10.tar.gz
+N dist/pybars-0.0.3.tar.gz
+N dist/soupmatchers-0.2.tar.gz
+N dist/testtools-0.9.14.tar.gz
All changes applied successfully.
Updated to revision 21 of branch bzr+ssh://bazaar.launchpad.net/+branch/ca-download-cache
..........................E.........................
======================================================================
ERROR: test_gtk (djpkgme.tests.test_integration.TestEndToEnd)
djpkgme.tests.test_integration.TestEndToEnd.test_gtk
----------------------------------------------------------------------
_StringException: Empty attachments:
  twisted-log

celery-log: {{{
[2012-09-26 12:27:12,680: WARNING/MainProcess] -------------- <email address hidden> v2.5.0
---- **** -----
--- * *** * -- [Configuration]
-- * - **** --- . broker: djkombu.transport.DatabaseTransport:////
- ** ---------- . loader: djcelery.loaders.DjangoLoader
- ** ---------- . logfile: <email address hidden>@WARNING
- ** ---------- . concurrency: 1
- ** ---------- . events: ON
- *** --- * --- . beat: OFF
-- ******* ----
--- ***** ----- [Queues]
 -------------- . celery: exchange:celery (direct) binding:celery
[2012-09-26 12:27:14,142: WARNING/MainProcess] <email address hidden> has started.
}}}

celery-startup-log: {{{
celeryd-multi v2.5.0
> Starting nodes...
 > test-66808976.server-16996: OK
}}}

syncdb-log: {{{
Syncing...
Creating tables ...
Installing custom SQL ...
Installing indexes ...
No fixtures found.

Synced:
 > django.contrib.auth
 > django.contrib.contenttypes
 > django.contrib.sessions
 > django.contrib.sites
 > django.contrib.messages
 > django.contrib.staticfiles
 > django.contrib.admin
 > piston
 > djpkgme
 > south
 > django_configglue
 > preflight
 > djkombu
 > django_openid_auth

Not synced (use migrations):
 - djcelery
(use ./manage.py migrate to migrate these)
}}}

Traceback (most recent call last):
  File "/tmp/eggs/Twisted-11.1.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py", line 134, in maybeDeferred
    result = f(*args, **kw)
  File "/tmp/eggs/testtools-0.9.16-py2.7.egg/testtools/testcase.py", line 567, in _run_test_method
    return self._get_test_method()()
  File "/tmp/tmposGisv/sourcecode/../src/djpkgme/tests/test_integration.py", line 302, in test_gtk
    get_url_for_file('%s.tar.gz' % (package_name,))))
  File "/tmp/tmposGisv/sourcecode/../src/djpkgme/tests/test_integration.py", line 256, in expect_success
    service_root = self.set_up_pkgme_service()
  File "/tmp/tmposGisv/sourcecode/../src/djpkgme/tests/test_integration.py", line 241, in set_up_pkgme_service
    self.useFixture(DjangoFixture())
  File "/tmp/eggs/testtools-0.9.16-py2.7.egg/testtools/testcase.py", line 579, in useFixture
    fixture.setUp()
  File "/tmp/tmposGisv/sourcecode/../src/djpkgme/tests/test_integration.py", line 198, in setUp
    self.poll_until_running(self.port)
  File "/tmp/tmposGisv/sourcecode/../src/djpkgme/tests/test_integration.py", line 178, in poll_until_running
    raise TimeoutError("Timed out waiting for %s to come up" % (url,))
TimeoutError: User timeout caused connection failure: Timed out waiting for http://localhost:8001/pkgme/ to come up.

----------------------------------------------------------------------
Ran 52 tests in 87.241s

FAILED (errors=1)
make: *** [test] Error 1

« Back to merge proposal