mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-03-27 21:39:14 +02:00
The prior code required coverage in the storage/remote module for all filters that could be used remotely. Now the filter handlers are set at runtime so any filter list can be used with a remote. This is more flexible and makes coverage testing easier. It also resolves a test dependency. Move the command/remote unit test near the end so it will have access to all filters without using depends.