Existing tests automatically test them, using data from swh.journal.tests.
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T2514: Add raw_extrinsic_metadata to the journal backfiller
- Commits
- rDSTO0c5a8e274af2: Add support for metadata-related object types to the backfiller and replayer.
Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build has FAILED
Patch application report for D3659 (id=12876)
Could not rebase; Attempt merge onto cf9f44e805...
Updating cf9f44e8..0c5a8e27 Fast-forward swh/storage/backfill.py | 43 +++++++++++++++++++++++++++++++++- swh/storage/converters.py | 38 ++++++++++++++++++++++++++++++ swh/storage/replay.py | 8 ++++++- swh/storage/storage.py | 31 ++---------------------- swh/storage/tests/test_backfill.py | 5 +++- swh/storage/tests/test_kafka_writer.py | 9 +++++++ swh/storage/tests/test_replay.py | 9 ++++--- 7 files changed, 106 insertions(+), 37 deletions(-)
Changes applied before test
commit 0c5a8e274af2aae42cdaedf3b462a9db0fdbf177 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 30 19:39:41 2020 +0200 Add support for metadata-related object types to the backfiller and replayer. Existing tests automatically test them, using data from swh.journal.tests. commit 24bc51dfff6c2fd825534a6dac23ff6a7e02faa0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 30 19:33:14 2020 +0200 test_replay: update for swh.journal 0.4.1. DUPLICATE_CONTENTS now contains BaseModel objects.
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/630/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/630/console
Comment Actions
Build is green
Patch application report for D3659 (id=12876)
Could not rebase; Attempt merge onto cf9f44e805...
Updating cf9f44e8..0c5a8e27 Fast-forward swh/storage/backfill.py | 43 +++++++++++++++++++++++++++++++++- swh/storage/converters.py | 38 ++++++++++++++++++++++++++++++ swh/storage/replay.py | 8 ++++++- swh/storage/storage.py | 31 ++---------------------- swh/storage/tests/test_backfill.py | 5 +++- swh/storage/tests/test_kafka_writer.py | 9 +++++++ swh/storage/tests/test_replay.py | 9 ++++--- 7 files changed, 106 insertions(+), 37 deletions(-)
Changes applied before test
commit 0c5a8e274af2aae42cdaedf3b462a9db0fdbf177 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 30 19:39:41 2020 +0200 Add support for metadata-related object types to the backfiller and replayer. Existing tests automatically test them, using data from swh.journal.tests. commit 24bc51dfff6c2fd825534a6dac23ff6a7e02faa0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 30 19:33:14 2020 +0200 test_replay: update for swh.journal 0.4.1. DUPLICATE_CONTENTS now contains BaseModel objects.
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/634/ for more details.