[Zodb-checkins] CVS: ZODB3/ZEO/tests - CommitLockTests.py:1.12.18.3
Jeremy Hylton
jeremy at zope.com
Mon Sep 15 15:37:34 EDT 2003
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv31686
Modified Files:
Tag: Zope-2_7-branch
CommitLockTests.py
Log Message:
Dial back number of clients. 20 is pretty extreme.
=== ZODB3/ZEO/tests/CommitLockTests.py 1.12.18.2 => 1.12.18.3 ===
--- ZODB3/ZEO/tests/CommitLockTests.py:1.12.18.2 Mon Sep 15 14:02:59 2003
+++ ZODB3/ZEO/tests/CommitLockTests.py Mon Sep 15 15:37:28 2003
@@ -78,7 +78,7 @@
class CommitLockTests:
- NUM_CLIENTS = 20
+ NUM_CLIENTS = 5
# The commit lock tests verify that the storage successfully
# blocks and restarts transactions when there is contention for a
More information about the Zodb-checkins
mailing list