mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-25 13:49:20 +00:00
Ignore failure on StorageServer.slot_testv_and_readv_and_writev, the implementation of which deviates from the interface spec substantially.
This commit is contained in:
parent
bc3508ce60
commit
6ba7533168
@ -581,7 +581,7 @@ class StorageServer(service.MultiService, Referenceable):
|
|||||||
for share in six.viewvalues(shares):
|
for share in six.viewvalues(shares):
|
||||||
share.add_or_renew_lease(lease_info)
|
share.add_or_renew_lease(lease_info)
|
||||||
|
|
||||||
def slot_testv_and_readv_and_writev(
|
def slot_testv_and_readv_and_writev( # type: ignore # fixme
|
||||||
self,
|
self,
|
||||||
storage_index,
|
storage_index,
|
||||||
secrets,
|
secrets,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user