[Zodb-checkins] SVN: ZODB/trunk/src/ZEO/tests/zeo_blob_cache.test Removed a section of the test that shouln't have been there. It
Jim Fulton
jim at zope.com
Wed Jun 10 16:20:47 EDT 2009
Log message for revision 100810:
Removed a section of the test that shouln't have been there. It
shouldn't work reliably. There's no text saying what it was for so
...
Changed:
U ZODB/trunk/src/ZEO/tests/zeo_blob_cache.test
-=-
Modified: ZODB/trunk/src/ZEO/tests/zeo_blob_cache.test
===================================================================
--- ZODB/trunk/src/ZEO/tests/zeo_blob_cache.test 2009-06-10 19:54:37 UTC (rev 100809)
+++ ZODB/trunk/src/ZEO/tests/zeo_blob_cache.test 2009-06-10 20:20:47 UTC (rev 100810)
@@ -103,13 +103,6 @@
>>> wait_until("size is reduced", check, 99, onfail)
- >>> for i in range(1, 101):
- ... data = open(conn.root()[i].committed(), 'rb').read()
- ... if data != chr(i)*100:
- ... print 'bad data', `chr(i)`, `data`
-
- >>> wait_until("size is reduced", check, 99, onfail)
-
Now let see if we can stress things a bit. We'll create many clients
and get them to pound on the blobs all at once to see if we can
provoke problems:
More information about the Zodb-checkins
mailing list