Merge lp:~jml/pkgme-service/whitelist-stubs into lp:pkgme-service

Proposed by Jonathan Lange
Status: Merged
Approved by: James Westby
Approved revision: 126
Merged at revision: 126
Proposed branch: lp:~jml/pkgme-service/whitelist-stubs
Merge into: lp:pkgme-service
Diff against target: 17 lines (+5/-0)
1 file modified
django_project/main.cfg (+5/-0)
To merge this branch: bzr merge lp:~jml/pkgme-service/whitelist-stubs
Reviewer Review Type Date Requested Status
James Westby (community) Approve
Review via email: mp+126427@code.launchpad.net

Commit message

Whitelist new stubs

Description of the change

Whitelist new stubs for better scoreboard data.

To post a comment you must log in.
Revision history for this message
James Westby (james-w) :
review: Approve
Revision history for this message
ISD Branch Mangler (isd-branches-mangler) wrote :
Download full text (3.6 KiB)

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/tes...

Read more...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'django_project/main.cfg'
2--- django_project/main.cfg 2012-09-12 16:21:54 +0000
3+++ django_project/main.cfg 2012-09-26 10:25:33 +0000
4@@ -4,8 +4,13 @@
5 pdf
6 deb-bin
7 deb-src
8+ desktop
9+ diff
10+ exe
11+ image
12 jar
13 python-stub
14+ shell
15 text
16 pkgme_maintainer_email = pkgme-service bot <ca-pkgme-service-bot@canonical.com>
17 pkgme_output_directory = packaged-tarballs

Subscribers

People subscribed via source and target branches