[ckan-dev] errors in master

Sean Hammond sean.hammond at okfn.org
Mon Mar 26 13:31:19 UTC 2012


> I'm seeing 46 errors and 16 failures in master and also quite a bit of
> noise (validation logging etc)
> 
> Is anyone dealing with these at the moment or should I look into them?

Did you ever get to the bottom of this? I'm not getting that many
failures, I've currently got two tests failing on master (from the
sqlite tests):

======================================================================
FAIL: ckan.tests.lib.test_cli.TestSearch.test_clear_and_rebuild_index
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/seanh/pyenv/lib/python2.6/site-packages/nose/case.py",
line 197, in runTest    self.test(*self.arg)
  File "/home/seanh/pyenv/src/ckan/ckan/tests/lib/test_cli.py", line 89,
in test_clear_and_rebuild_index    assert self.query.count == pkg_count
AssertionError

======================================================================
FAIL: ckan.tests.lib.test_cli.TestSearch.test_clear_and_rebuild_only_one
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/seanh/pyenv/lib/python2.6/site-packages/nose/case.py",
line 197, in runTest    self.test(*self.arg)
  File "/home/seanh/pyenv/src/ckan/ckan/tests/lib/test_cli.py", line
111, in test_clear_and_rebuild_only_one    assert self.query.count ==
pkg_count
AssertionError

----------------------------------------------------------------------
Ran 894 tests in 326.831s

FAILED (SKIP=57, failures=2)




More information about the ckan-dev mailing list