[Checkins] SVN: tempstorage/trunk/ Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses invalid test data.

Hanno Schlichting hannosch at hannosch.eu
Wed Sep 29 08:21:50 EDT 2010


Log message for revision 117055:
  Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses invalid test data.
  

Changed:
  U   tempstorage/trunk/CHANGES.txt
  U   tempstorage/trunk/src/tempstorage/tests/testTemporaryStorage.py

-=-
Modified: tempstorage/trunk/CHANGES.txt
===================================================================
--- tempstorage/trunk/CHANGES.txt	2010-09-29 12:13:13 UTC (rev 117054)
+++ tempstorage/trunk/CHANGES.txt	2010-09-29 12:21:50 UTC (rev 117055)
@@ -4,7 +4,10 @@
 2.12.1 - unreleased
 -------------------
 
+- Disabled ``check_tid_ordering_w_commit`` test from BasicStorage, as it uses
+  invalid test data.
 
+
 2.12.0 - 2010-09-25
 -------------------
 

Modified: tempstorage/trunk/src/tempstorage/tests/testTemporaryStorage.py
===================================================================
--- tempstorage/trunk/src/tempstorage/tests/testTemporaryStorage.py	2010-09-29 12:13:13 UTC (rev 117054)
+++ tempstorage/trunk/src/tempstorage/tests/testTemporaryStorage.py	2010-09-29 12:21:50 UTC (rev 117055)
@@ -36,7 +36,13 @@
         from tempstorage.TemporaryStorage import TemporaryStorage
         self._storage = TemporaryStorage('foo')
 
+    def check_tid_ordering_w_commit(self):
+        # The test uses invalid test data of 'x'. The normal storages
+        # don't load the actual data and thus pass, but the tempstorage
+        # will always try to load the data and fail
+        pass
 
+
 class TemporaryStorageTests(unittest.TestCase):
 
     def _getTargetClass(self):



More information about the checkins mailing list