SVN: ZODB/trunk/src/ZEO/tests/test_cache.py spread elipsis to avoid spurious test failure
Jim Fulton <[email protected]> Fri, 29 Oct 2010 11:09:41 -0400 (EDT)
| Newsgroups | gmane.comp.python.zope.zodb.cvs |
|---|---|
| Message-ID | <[email protected]> |
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"]