Comment 10 for bug 98415

Revision history for this message
Russ Ferriday (russf) wrote :

I spotted the need for the patch below while tracking this one.
And, I notice that self.caches ends up with ['trace', 'trace'] which does not seem right.

*** SOMEONE APPLY THIS PLEASE ***

[streak:src/ZEO/tests] russ% svn diff
Index: ConnectionTests.py
===================================================================
--- ConnectionTests.py (revision 69562)
+++ ConnectionTests.py (working copy)
 -132,7 +132,7 @@
         for c in self.caches:
             for i in 0, 1:
                 for ext in "", ".trace":
- base = "%s-%s.zec%s" % (c, "1", ext)
+ base = "%s-%s.zec%s" % (c, i, ext)
                     path = os.path.join(tempfile.tempdir, base)
                     # On Windows before 2.3, we don't have a way to wait for
                     # the spawned server(s) to close, and they inherited