This makes the backfiller configuration compatible with all other modules.
Depends on D4209
Differential D4210
backfill: use the common `storage` top-level config key olasd on Oct 8 2020, 9:00 PM. Authored by Tags None Subscribers None
Details This makes the backfiller configuration compatible with all other modules. Depends on D4209 tox tests updated
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D4210 (id=14844)Could not rebase; Attempt merge onto a6af589ada... Updating a6af589a..a085b7ec Fast-forward swh/storage/backfill.py | 16 +++++++++------- swh/storage/tests/test_backfill.py | 20 ++++++++++++-------- 2 files changed, 21 insertions(+), 15 deletions(-) Changes applied before testcommit a085b7ec6edeeaa52b144e0022578f70093f7d9b Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Thu Oct 8 20:34:35 2020 +0200 backfill: use the common `storage` top-level config key This makes the backfiller configuration compatible with all other modules. commit dceeb7443c7fc8361586ffdccadb10cdfc10a9a1 Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Thu Oct 8 18:32:35 2020 +0200 backfill: support arbitrary journal writer configuration This allows more settings than the previous hardcoded three, e.g. the `privileged` flag to backfill a journal containing anonymous topics. See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1002/ for more details. |