[Checkins] SVN: gocept.zeoraid/trunk/src/gocept/zeoraid/tests/test_basics.py created stubs for further blob tests

Thomas Lotze tl at gocept.com
Mon Apr 28 09:56:03 EDT 2008


Log message for revision 85802:
  created stubs for further blob tests

Changed:
  U   gocept.zeoraid/trunk/src/gocept/zeoraid/tests/test_basics.py

-=-
Modified: gocept.zeoraid/trunk/src/gocept/zeoraid/tests/test_basics.py
===================================================================
--- gocept.zeoraid/trunk/src/gocept/zeoraid/tests/test_basics.py	2008-04-28 13:53:33 UTC (rev 85801)
+++ gocept.zeoraid/trunk/src/gocept/zeoraid/tests/test_basics.py	2008-04-28 13:56:03 UTC (rev 85802)
@@ -678,6 +678,17 @@
             oid, self._storage.lastTransaction())
         self.assertEquals(expected, stored_file_name)
 
+    def test_blob_cache_hit(self):
+        # XXX Check that a blob isn't loaded twice if it's in the cache
+        # already.
+        self.assert_(False)
+
+    def test_blob_cache_cannot_link(self):
+        self.assert_(False)
+
+    def test_blob_cache_locking(self):
+        self.assert_(False)
+
     def test_storeBlob_degrading1(self):
         oid = self._storage.new_oid()
         handle, blob_file_name = tempfile.mkstemp()



More information about the Checkins mailing list