Skip to content

Update to swh.core 3.6 and better tests for masking and blocking proxies

David Douard requested to merge douardda/swh-storage:core-3.6 into master

Use the new swh.core.config.get_swh_backend_module() instead of the local implementation used in get_storage().

And test masking and blocking proxies can be initialized.

Check these 2 backends can be initialized using swh db commands using bith the backebnd syntax (:) and the full module name (eg. storage.proxies.maslking).

This requires swh.core 3.6.1 which includes a fix for these.

Edited by David Douard

Merge request reports