Django

Code

Ticket #6153 (closed: duplicate)

Opened 1 year ago

Last modified 1 year ago

cache tests failing

Reported by: mir Assigned to: nobody
Milestone: Component: Cache system
Version: SVN Keywords:
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

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'

----------------------------------------------------------------------

Attachments

Change History

12/07/07 12:01:25 changed by Karen Tracey <kmtracey@gmail.com>

  • status changed from new to closed.
  • needs_better_patch changed.
  • resolution set to duplicate.
  • needs_tests changed.
  • needs_docs changed.

I believe this is what #6131 was opened for.


Add/Change #6153 (cache tests failing)




Change Properties
Action