• Tim Peters's avatar
    Merge rev 29194 from 3.3 branch. · 138bb41f
    Tim Peters authored
    setUp():  Use a much smaller (than default) ZEO client cache.
    
    The current default is 200MB, and at least testSerialization reads
    the entire cache file into one giant string.  That grossly boosts
    the process highwater mark when running the tests.  Windows reclaims
    the memory after, but other platforms may not.
    
    Cool:  testSerialization was one of the slowest tests before, but
    is 100x faster now.
    138bb41f
test_cache.py 6.01 KB