[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/test_cache.py spread elipsis to avoid spurious test failure
Jim Fulton
jim at zope.com
Fri Oct 29 11:09:41 EDT 2010
Log message for revision 118016:
spread elipsis to avoid spurious test failure
Changed:
U ZODB/trunk/src/ZEO/tests/test_cache.py
-=-
Modified: ZODB/trunk/src/ZEO/tests/test_cache.py
===================================================================
--- ZODB/trunk/src/ZEO/tests/test_cache.py 2010-10-29 13:24:55 UTC (rev 118015)
+++ ZODB/trunk/src/ZEO/tests/test_cache.py 2010-10-29 15:09:40 UTC (rev 118016)
@@ -1050,9 +1050,9 @@
... # doctest: +ELLIPSIS +NORMALIZE_WHITESPACE
CircularCacheSimulation, cache size 1,048,576 bytes
START TIME DUR. LOADS HITS INVALS WRITES HITRATE EVICTS INUSE
- ... 0 1 0 1 12 0.0% 10 50.0
+ ... 1 0 1 12 0.0% 10 50.0
--------------------------------------------------------------------------
- ... 0 1 0 1 12 0.0% 10 50.0
+ ... 1 0 1 12 0.0% 10 50.0
>>> del os.environ["ZEO_CACHE_TRACE"]
More information about the Zodb-checkins
mailing list