#14250: FileBasedCacheTests.test_cull test failure
--------------------------+-------------------------------------------------
 Reporter:  lukeplant     |       Owner:  nobody    
   Status:  new           |   Milestone:            
Component:  Cache system  |     Version:  SVN       
 Keywords:                |       Stage:  Unreviewed
Has_patch:  0             |  
--------------------------+-------------------------------------------------
 Since r13678, I'm getting this test failure:

 {{{
 ======================================================================
 FAIL: test_cull (regressiontests.cache.tests.FileBasedCacheTests)
 ----------------------------------------------------------------------
 Traceback (most recent call last):
   File
 "/home/luke/devel/django/trunk/tests/regressiontests/cache/tests.py", line
 430, in test_cull
     self.perform_cull_test(50, 28)
   File
 "/home/luke/devel/django/trunk/tests/regressiontests/cache/tests.py", line
 367, in perform_cull_test
     self.assertEqual(count, final_count)
 AssertionError: 27 != 28
 }}}

 This happens whether I run just the single test or many others.  This does
 not appear to be causing test failures for anyone else (like Russell who
 checked it in, or the buildbots), but it is happening on a clean checkout
 on my Ubuntu Lucid box, Python 2.4/2.5/2.6, and on a CentOS 5.5 box,
 Python 2.4.

 I don't have access to a box where the test passes to see what is
 different, and I cannot track down any source of non-deterministic
 behaviour, so this has me stumped for now.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14250>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to