Opened at 2022-01-28T15:27:44Z
Closed at 2022-02-04T14:19:17Z
#3868 closed task (fixed)
IStorageServer test framework support for the HTTP storage protocol
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
In order to ensure that the HTTP storage protocol can be used with IStorageProtocol, the tests in test_istorageserver.py should gain a variation that uses the HTTP storage protocol.
This ticket covers:
- Adding a new (partial) IStorageServer provider based on minimal functionality added in #3855, based on the sketch in https://github.com/tahoe-lafs/tahoe-lafs/pull/1112
- The basic testing infrastructure.
- Whatever subset of the tests can be made to pass with #3855 merged.
Follow-up to #3855 that implement more of the HTTP protocol should make more test_istorageserver.py tests pass inline with the same PR that implements the HTTP part.
Change History (2)
comment:1 Changed at 2022-01-28T15:28:00Z by itamarst
- Summary changed from IStorageProtocol test framework for HTTP storage protocol to IStorageServer test framework support for the HTTP storage protocol
comment:2 Changed at 2022-02-04T14:19:17Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 665537a/trunk: