eve-val/evelink

Google app engine test fail

dinoboff opened this issue · 1 comments

nosetests --with-gae

......................................F...........................................................................................

FAIL: test_cache_memcache (tests.test_appengine.MemcacheCacheTestCase)

Traceback (most recent call last):
File "/Users/dinoboff/dev/evelink/tests/test_appengine.py", line 47, in test_cache_memcache
self.assertEqual(cache.get('bar'), 1)
AssertionError: None != 1


Ran 130 tests in 1.880s

Weird, given that said class is basically just a direct interface to the memcache layer. Is it a consistent failure, or just flaky?