From 914ca567758bad81ae91844a525a143d975fe638 Mon Sep 17 00:00:00 2001 From: Itamar Turner-Trauring Date: Mon, 27 Sep 2021 17:05:03 -0400 Subject: [PATCH] TODOs. --- src/allmydata/test/test_istorageserver.py | 5 +++++ 1 file changed, 5 insertions(+) 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."""