Document the motivation.

This commit is contained in:
Itamar Turner-Trauring 2023-03-08 14:58:52 -05:00
parent 7bdfed6434
commit a61e41d5f9

View File

@ -658,6 +658,8 @@ class SystemTest(SystemTestMixin, RunBinTahoeMixin, unittest.TestCase):
self.failUnlessEqual(res, NEWERDATA)
d.addCallback(_check_download_5)
# The previous checks upload a complete replacement. This uses a
# different API that is supposed to do a partial write at an offset.
@async_to_deferred
async def _check_write_at_offset(newnode):
log.msg("writing at offset")