Opened 18 years ago
Closed 18 years ago
#6153 closed (duplicate)
cache tests failing
| Reported by: | Michael Radziej | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Cache system) | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I get this in revision 6897:
======================================================================
FAIL: test_expiration (regressiontests.cache.tests.Cache)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/mir/src/django/trunk/tests/regressiontests/cache/tests.py", line 87, in test_expiration
self.assertEqual(cache.get("expire2"), "newvalue")
AssertionError: None != 'newvalue'
----------------------------------------------------------------------
Note:
See TracTickets
for help on using tickets.
I believe this is what #6131 was opened for.