diff --git a/src/allmydata/test/test_istorageserver.py b/src/allmydata/test/test_istorageserver.py index 2aad5786c..615a1c24f 100644 --- a/src/allmydata/test/test_istorageserver.py +++ b/src/allmydata/test/test_istorageserver.py @@ -568,7 +568,12 @@ class IStorageServerMutableAPIsTestsMixin(object): ) self.assertEqual(reads, {}) + # TODO detection of empty/missing shares with length 1 reads that expect + # empty bytestring. + # TODO what else? + + class _FoolscapMixin(SystemTestMixin): """Run tests on Foolscap version of ``IStorageServer."""