[Zodb-checkins] CVS: ZODB3/BDBStorage/tests - test_autopack.py:1.11.2.1

Jeremy Hylton jeremy at zope.com
Tue Sep 9 19:35:38 EDT 2003


Update of /cvs-repository/ZODB3/BDBStorage/tests
In directory cvs.zope.org:/tmp/cvs-serv21141/BDBStorage/tests

Modified Files:
      Tag: ZODB3-3_2-branch
	test_autopack.py 
Log Message:
Commit merge of Berkeley code from ZODB3-3_1-branch.

Two tests fail --
testEarlierRaceCondition and
testRaceCondition.

Will fix that next.



=== ZODB3/BDBStorage/tests/test_autopack.py 1.11 => 1.11.2.1 ===
--- ZODB3/BDBStorage/tests/test_autopack.py:1.11	Fri May 23 17:25:04 2003
+++ ZODB3/BDBStorage/tests/test_autopack.py	Tue Sep  9 18:35:37 2003
@@ -56,7 +56,7 @@
         # Autopack every 1 second, 2 seconds into the past, no classic packs
         config.frequency = 1
         config.packtime = 2
-        config.classicpack = 0
+        config.gcpack = 0
         return config
 
     def _wait_for_next_autopack(self):
@@ -119,7 +119,7 @@
         # every time.
         config.frequency = 1
         config.packtime = 2
-        config.classicpack = 1
+        config.gcpack = 1
         return config
 
     def testAutomaticClassicPack(self):




More information about the Zodb-checkins mailing list