memcache test failing when system not in UTC
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Identity (keystone) |
Fix Released
|
High
|
Joseph Heck |
Bug Description
I'm getting this test failure when running the tests from trunk on python 2.6:
=======
FAIL: test_expired_token (test_backend_
-------
Traceback (most recent call last):
File "/tmp/major/
self.
AssertionError: TokenNotFound not raised
-------
I dug into MemcacheClient.get in tests/test_
I haven't found a fix but someone who is familiar with this code might find one a lot faster than I could.
summary: |
- memcache test failing in python 2.6 when system not in UTC + memcache test failing when system not in UTC |
Changed in keystone: | |
status: | Fix Committed → Fix Released |
Changed in keystone: | |
milestone: | essex-rc1 → 2012.1 |
Got the test to pass on another box running python 2.6. I'll go back the drawing board and find out why it failed on the original server. :/