[Zope-Checkins] CVS: ZODB3/ZEO/tests - InvalidationTests.py:1.1.4.1.2.1
Jeremy Hylton
jeremy@zope.com
Thu, 12 Jun 2003 13:49:15 -0400
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):