Closed
Description
$ cd ../test && python -m unittest discover
F
======================================================================
FAIL: test_miss (integration.test_twemcache_basic.TwemcacheBasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/travis/build/twitter/pelikan/test/integration/test_twemcache_basic.py", line 7, in test_miss
self.assertMetrics(('request_parse', 1), ('get', 1), ('get_key_miss', 1))
File "/home/travis/build/twitter/pelikan/test/integration/base.py", line 40, in assertMetrics
stats.get(k, None),
AssertionError: Expected request_parse to be 1, got 0 instead
----------------------------------------------------------------------
Ran 1 test in 0.005s
FAILED (failures=1)
The command "cd ../test && python -m unittest discover" exited with 1.
Done. Your build exited with 1.
This occurred for all tests last night, went away this morning, and has now returned.
Metadata
Assignees
Labels
No labels