redis-simple-cache icon indicating copy to clipboard operation
redis-simple-cache copied to clipboard

some ut failed

Open allencharp opened this issue 10 years ago • 1 comments
trafficstars

Hi,

Some ut cases failed, such as: def test_decorator(self)

allencharp avatar Dec 27 '14 14:12 allencharp

The test redis_cache.test_rediscache.test_flush_namespaceis failing as well.

The keys are removed if we search on Redis using the keys but still present when we use SMEMBERS.

This is the test error trace:

Traceback (most recent call last):
  File ".../redis-simple-cache/redis_cache/test_rediscache.py", line 207, in test_flush_namespace
    self.assertEqual((len_keys_before - len_keys_after), 2)
AssertionError: 0 != 2

tuxskar avatar Mar 04 '17 12:03 tuxskar