[Zodb-checkins] CVS: ZODB3/ZEO/tests -
	InvalidationTests.py:1.1.4.1.2.1
    Jeremy Hylton 
    jeremy at zope.com
       
    Thu Jun 12 14:49:15 EDT 2003
    
    
  
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv32314/ZEO/tests
Modified Files:
      Tag: jeremy-more-mysteries-branch
	InvalidationTests.py 
Log Message:
Add a bunch of logging related to load/store/invalidation.
=== ZODB3/ZEO/tests/InvalidationTests.py 1.1.4.1 => 1.1.4.1.2.1 ===
--- ZODB3/ZEO/tests/InvalidationTests.py:1.1.4.1	Wed Jun 11 19:11:32 2003
+++ ZODB3/ZEO/tests/InvalidationTests.py	Thu Jun 12 13:48:44 2003
@@ -168,6 +168,9 @@
             # If the test didn't add any keys, it didn't do what we expected.
             self.assert_(t.added_keys)
             for key in t.added_keys:
+                if not tree.has_key(key):
+                    print t.added_keys
+                    display(tree)
                 self.assert_(tree.has_key(key))
 
     def go(self, stop, *threads):
    
    
More information about the Zodb-checkins
mailing list