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

Jeremy Hylton jeremy at zope.com
Wed Sep 10 14:28:20 EDT 2003


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

Modified Files:
      Tag: ZODB3-3_2-branch
	test_autopack.py 
Log Message:
Oops.  Remove one more reference to race condition tests.


=== ZODB3/BDBStorage/tests/test_autopack.py 1.11.2.2 => 1.11.2.3 ===
--- ZODB3/BDBStorage/tests/test_autopack.py:1.11.2.2	Wed Sep 10 12:32:48 2003
+++ ZODB3/BDBStorage/tests/test_autopack.py	Wed Sep 10 13:28:19 2003
@@ -346,13 +346,6 @@
         self._storage.autopack(time.time(), gc=True)
 
 
-class TestFullClassicPackRaceCondition(RaceConditionBase):
-    ConcreteStorage = SynchronizedFullStorage
-
-    def _getPackThread(self, storage):
-        return FullPackThread(storage)
-
-
 
 # Subclass which does ugly things to _dopack so we can actually test the race
 # condition.  We need to storage a new object in the database between the




More information about the Zodb-checkins mailing list