Skip to content

Instantly share code, notes, and snippets.

@vinyll
Created December 11, 2013 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinyll/7911428 to your computer and use it in GitHub Desktop.
Save vinyll/7911428 to your computer and use it in GitHub Desktop.
AMO test errors
(venv)vinyll@vinyll ~/P/z/src> dj test --logging-clear-handlers --noinput --settings=settings_local
nosetests --with-fixture-bundling --exclude=mkt/* --logging-clear-handlers --verbosity=1
Reusing old database "test_zamboni". Set env var FORCE_DB=1 if you need fresh DBs.
...................Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10687d710>> ignored
No handlers could be found for logger "z.task"
Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x106881790>> ignored
../Volumes/Users/vinyll/Projects/zamboni/src/apps/addons/models.py:360: DeprecationWarning: object.__new__() takes no parameters
return super(Addon, cls).__new__(cls, *args, **kw)
...Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x1068c5d10>> ignored
./Volumes/Users/vinyll/Projects/zamboni/venv/src/test-utils/test_utils/__init__.py:234: RuntimeWarning: Parent module 'test_utils' not found while handling absolute import
from django.contrib.sites.models import Site
.............................................................................SSSS...............S..............................................................................................................................................................................................................................................................................E.........SS.............................................................................../Volumes/Users/vinyll/Projects/zamboni/src/apps/paypal/__init__.py:33: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
msg = self.message
...................................F......Problem installing fixture 'addons/addon_228107_multiple-devs.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'addons' with primary key '228106' has an invalid foreign key: addons.supportemail contains a value '1325263' that does not have a corresponding value in translations.id.
................F.............................................S.........................................F................................................................S...........................................................................................................................EES.SE..................................................................................................................................SSS................................................................................E......................................................................................................................................................................................................E...........................................................................S.....S...............E......................................................................................................................................................................................................................................................................................FSSSSSSSSSS......SS.......................................................................................................................................................S................................................................................................................................................................................................................................................................Problem installing fixture 'discovery/discoverymodules.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'collections' with primary key '82266' has an invalid foreign key: collections.author_id contains a value '9945' that does not have a corresponding value in users.id.
.......Problem installing fixture 'discovery/discoverymodules.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'collections' with primary key '82266' has an invalid foreign key: collections.author_id contains a value '9945' that does not have a corresponding value in users.id.
.................Problem installing fixture 'discovery/discoverymodules.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'discovery_modules' with primary key '1' has an invalid foreign key: discovery_modules.app_id contains a value '1' that does not have a corresponding value in applications.id.
..........................................................................................................................................................................F............................................................................................................Exception _mysql_exceptions.ProgrammingError: (2014, "Commands out of sync; you can't run this command now") in <bound method Cursor.__del__ of <MySQLdb.cursors.Cursor object at 0x10ba20b50>> ignored
.............................................................................................................................................................................................................................................F..F..........................................................................................................................................................................................................................................................................................SSSS....................................................E...Problem installing fixture 'base/admin.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'groups_users' with primary key '6' has an invalid foreign key: groups_users.user_id contains a value '15' that does not have a corresponding value in users.id.
........................................................................EProblem installing fixture 'tags/tags.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'users_tags_addons' with primary key '10096' has an invalid foreign key: users_tags_addons.addon_id contains a value '3615' that does not have a corresponding value in addons.id.
EEEEE.....................E.........................................E...E.................Problem installing fixture 'base/addon_3615.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'appsupport' with primary key '1211' has an invalid foreign key: appsupport.addon_id contains a value '5369' that does not have a corresponding value in addons.id.
...........................................S.......................................................................................................................................F..F................................................................S.S............................Problem installing fixture 'reviews/dev-reply.json.bz2': Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/core/management/commands/loaddata.py", line 226, in handle
connection.check_constraints(table_names=table_names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/db/backends/mysql/base.py", line 474, in check_constraints
referenced_table_name, referenced_column_name))
IntegrityError: The row in table 'collections' with primary key '512' has an invalid foreign key: collections.name contains a value '395856' that does not have a corresponding value in translations.id.
..........................................................................................................................................................E............................................................................EE.......................................................................EE.................SE.............................Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c3b1410>> ignored
SException pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c415e50>> ignored
SException pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c379fd0>> ignored
SException pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c415f90>> ignored
SException pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c377210>> ignored
SException pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c388a90>> ignored
S.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c386790>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10beeac90>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10bf95950>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10bf4fed0>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c041990>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c040a50>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10bf95350>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c368fd0>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10bc04610>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c13ded0>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c00ffd0>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x10c27ee10>> ignored
.Exception pyes.urllib3.connectionpool.MaxRetryError: MaxRetryError('Max retries exceeded for url: /_bulk',) in <bound method ES.__del__ of <pyes.es.ES object at 0x109efd910>> ignored
...................................................SSSSSSSSS..SSSS..S..E
======================================================================
ERROR: test suite for <class 'src.apps.addons.tests.test_models.TestSearchSignals'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.amo.tests.test_search.TestES'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/amo/tests/test_search.py", line 56, in setUpClass
super(TestES, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.amo.tests.test_search.TestESIndexing'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.amo.tests.test_search.TestPaginator'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/amo/tests/test_search.py", line 372, in setUpClass
super(TestPaginator, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.api.tests.test_views.SearchTest'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.browse.tests.TestESExtensions'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/browse/tests.py", line 65, in setUpClass
super(ExtensionTestCase, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.browse.tests.TestUpdatedSort'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/browse/tests.py", line 65, in setUpClass
super(ExtensionTestCase, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.reviews.tests.test_models.TestRefreshTest'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.search.tests.test_views.TestCollectionSearch'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/search/tests/test_views.py", line 773, in setUpClass
super(TestCollectionSearch, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.search.tests.test_views.TestESSearch'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/search/tests/test_views.py", line 132, in setUpClass
super(TestESSearch, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.search.tests.test_views.TestGenericAjaxSearch'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/search/tests/test_views.py", line 1044, in setUpClass
super(TestAjaxSearch, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.search.tests.test_views.TestPersonaSearch'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/search/tests/test_views.py", line 616, in setUpClass
super(TestPersonaSearch, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.search.tests.test_views.TestSearchSuggestions'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/search/tests/test_views.py", line 1044, in setUpClass
super(TestAjaxSearch, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.search.tests.test_views.TestSearchboxTarget'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/search/tests/test_views.py", line 31, in setUpClass
super(TestSearchboxTarget, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.stats.tests.test_cron.TestIndexLatest'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.stats.tests.test_views.TestCollections'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.stats.tests.test_views.TestResponses'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.zadmin.tests.test_views.TestAddonSearch'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
signals: ERROR: Error calling signal
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/lib/misc/safe_signals.py", line 33, in safe_send
response = receiver(signal=self, sender=sender, **named)
File "/Volumes/Users/vinyll/Projects/zamboni/src/mkt/webapps/models.py", line 1691, in update_search_index
tasks.index_webapps.delay([instance.id])
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/celery/app/task.py", line 357, in delay
return self.apply_async(args, kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/src/nuggets/celeryutils.py", line 22, in apply_async
return super(Task, self).apply_async(args, kwargs, **options)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/celery/app/task.py", line 458, in apply_async
link=link, link_error=link_error, **options)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/celery/app/task.py", line 636, in apply
request=request, propagate=throw)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/celery/task/trace.py", line 331, in eager_trace_task
uuid, args, kwargs, request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/celery/task/trace.py", line 233, in trace_task
R = retval = fun(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/src/nuggets/celeryutils.py", line 35, in wrapped
return fun(*args, **kw)
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/decorators.py", line 157, in wrapper
return f(*args, **kw)
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/decorators.py", line 149, in wrapper
return f(*args, **kw)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/models.py", line 38, in skip_cache
yield
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/decorators.py", line 149, in wrapper
return f(*args, **kw)
File "/Volumes/Users/vinyll/Projects/zamboni/src/mkt/webapps/tasks.py", line 310, in index_webapps
doc = WebappIndexer.extract_document(obj.id, obj)
File "/Volumes/Users/vinyll/Projects/zamboni/src/mkt/webapps/models.py", line 1528, in extract_document
for cms in obj.collectionmembership_set.all()]
AttributeError: 'Webapp' object has no attribute 'collectionmembership_set'
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.zadmin.tests.test_views.TestCompat'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test suite for <class 'src.apps.zadmin.tests.test_views.TestElastic'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: test_crack (src.lib.crypto.tests.TestCrack)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/lib/crypto/tests.py", line 77, in test_crack
eq_(crack(jwt.encode('foo', 'x')), [u'foo'])
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/jwt/__init__.py", line 75, in encode
raise TypeError("Expecting a mapping object, as json web token only"
TypeError: Expecting a mapping object, as json web token onlysupport json objects.
======================================================================
ERROR: test_crack_mulitple (src.lib.crypto.tests.TestCrack)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/lib/crypto/tests.py", line 80, in test_crack_mulitple
eq_(crack('~'.join([jwt.encode('foo', 'x'), jwt.encode('bar', 'y')])),
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/jwt/__init__.py", line 75, in encode
raise TypeError("Expecting a mapping object, as json web token only"
TypeError: Expecting a mapping object, as json web token onlysupport json objects.
======================================================================
ERROR: test suite for <class 'src.lib.es.tests.test_commands.TestIndexCommand'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 208, in run
self.setUp()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 291, in setUp
self.setupContext(ancestor)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/suite.py", line 314, in setupContext
try_run(context, names)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/util.py", line 469, in try_run
return func()
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/lib/es/tests/test_commands.py", line 30, in setUpClass
super(TestIndexCommand, cls).setUpClass()
File "/Volumes/Users/vinyll/Projects/zamboni/src/apps/amo/tests/__init__.py", line 808, in setUpClass
cls.es.cluster_health()
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 606, in cluster_health
return self._send_request('GET', path, mapping)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/es.py", line 208, in _send_request
response = self.connection.execute(request)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 167, in _client_call
return getattr(conn.client, attr)(*args, **kwargs)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/connection_http.py", line 59, in execute
response = self.client.urlopen(Method._VALUES_TO_NAMES[request.method], uri, body=request.body, headers=request.headers)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 294, in urlopen
return self.urlopen(method, url, body, headers, retries-1, redirect) # Try again
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/pyes/urllib3/connectionpool.py", line 255, in urlopen
raise MaxRetryError("Max retries exceeded for url: %s" % url)
MaxRetryError: Max retries exceeded for url: /_cluster/health (it looks like ES is not running, try starting it or set RUN_ES_TESTS=False)
-------------------- >> begin captured logging << --------------------
pyes: DEBUG: Connecting to 127.0.0.1:9200
pyes: INFO: Starting new HTTP connection (1): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (3 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (2): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (2 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (3): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (1 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
pyes: INFO: Starting new HTTP connection (4): 127.0.0.1
pyes.urllib3.connectionpool: WARNING: Retrying (0 attempts remain) after connection broken by 'error(61, 'Connection refused')': /_cluster/health
--------------------- >> end captured logging << ---------------------
======================================================================
ERROR: Failure: ImportError (cannot import name signals)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/loader.py", line 413, in loadTestsFromName
addr.filename, addr.module)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/nose/importer.py", line 92, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Volumes/Users/vinyll/Projects/zamboni/src/src/test-utils/test_utils/__init__.py", line 16, in <module>
from . import signals
ImportError: cannot import name signals
======================================================================
FAIL: test_simple_html_is_rendered_in_privacy (src.apps.addons.tests.test_views.TestDetailPage)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/addons/tests/test_views.py", line 676, in test_simple_html_is_rendered_in_privacy
"<ul><li>papparapara</li> <li>todotodotodo</li> </ul>")
AssertionError: '<ul> <li>papparapara</li> <li>todotodotodo</li> </ul>' != '<ul><li>papparapara</li> <li>todotodotodo</li> </ul>'
======================================================================
FAIL: test_simple_html_is_rendered (src.apps.addons.tests.test_views.TestEula)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/addons/tests/test_views.py", line 1299, in test_simple_html_is_rendered
'<ul><li>papparapara</li> <li>todotodotodo</li> </ul>')
AssertionError: '<ul> <li>papparapara</li> <li>todotodotodo</li> </ul>' != '<ul><li>papparapara</li> <li>todotodotodo</li> </ul>'
======================================================================
FAIL: test_key_incr (src.apps.amo.tests.test_amo_utils.TestCacheNamespaces)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/mock.py", line 1201, in patched
return func(*args, **keywargs)
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/amo/tests/test_amo_utils.py", line 226, in test_key_incr
eq_(ns_key, expected)
AssertionError: '123456:ns:redis-is-dead' != '123457:ns:redis-is-dead'
======================================================================
FAIL: test_only_one_header (src.apps.devhub.tests.test_views.TestNav)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/devhub/tests/test_views.py", line 133, in test_only_one_header
'This test should be run on a non-impala page.')
AssertionError: This test should be run on a non-impala page.
======================================================================
FAIL: test_caching (src.apps.editors.tests.test_models.TestReviewerScore)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/editors/tests/test_models.py", line 603, in test_caching
ReviewerScore.get_total(self.user)
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/django/test/testcases.py", line 277, in __exit__
executed, self.num
AssertionError: 1 != 0 : 1 queries executed, 0 expected
======================================================================
FAIL: test_corrupt_locale_browser_path (src.apps.files.tests.test_models.TestLanguagePack)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/venv/lib/python2.6/site-packages/mock.py", line 1201, in patched
return func(*args, **keywargs)
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/files/tests/test_models.py", line 1008, in test_corrupt_locale_browser_path
eq_(obj.get_localepicker(), '')
AssertionError: 'locale browser de woo:t?!as' != ''
======================================================================
FAIL: test_hits_cache (src.apps.files.tests.test_models.TestLanguagePack)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/files/tests/test_models.py", line 1020, in test_hits_cache
assert 'title=Select a language' in obj.get_localepicker()
AssertionError
======================================================================
FAIL: test_favorites_collection (src.apps.users.tests.test_models.TestUserProfile)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/users/tests/test_models.py", line 208, in test_favorites_collection
assert not Collection.objects.filter(author=u)
AssertionError
======================================================================
FAIL: test_mobile_collection (src.apps.users.tests.test_models.TestUserProfile)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Volumes/Users/vinyll/Projects/zamboni/src/../src/apps/users/tests/test_models.py", line 200, in test_mobile_collection
assert not Collection.objects.filter(author=u)
AssertionError
----------------------------------------------------------------------
Ran 3789 tests in 1855.725s
FAILED (SKIP=57, errors=24, failures=9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment