Skip to content

Instantly share code, notes, and snippets.

@groovecoder
Created February 26, 2013 17:49
Show Gist options
  • Save groovecoder/5040489 to your computer and use it in GitHub Desktop.
Save groovecoder/5040489 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test_live_indexing_docs (search.tests.test_tasks.TestLiveIndexing)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/vagrant/apps/search/tests/test_tasks.py", line 16, in test_live_indexing_docs
self.refresh()
File "/vagrant/vendor/src/elasticutils/elasticutils/tests/__init__.py", line 111, in refresh
cls.get_es().refresh(cls.index_name, timesleep=timesleep)
File "/vagrant/vendor/packages/pyes/pyes/es.py", line 462, in refresh
result = self._send_request('POST', path)
File "/vagrant/vendor/packages/pyes/pyes/es.py", line 223, in _send_request
raise_if_error(response.status, decoded)
File "/vagrant/vendor/packages/pyes/pyes/convert_errors.py", line 68, in raise_if_error
raise excClass(msg, status, result)
IndexMissingException: [elasticutilstest] missing
-------------------- >> begin captured logging << --------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment