Related to D2522
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDJNL30b2d0ca3904: test_replay: Migrate to latest content_get_metadata api change
tox
Diff Detail
Diff Detail
- Repository
- rDJNL Journal infrastructure
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 10096 Build 14951: tox-on-jenkins Jenkins Build 14950: arc lint + arc unit
Event Timeline
Comment Actions
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DJNL/job/tox/320/
See console output for more information: https://jenkins.softwareheritage.org/job/DJNL/job/tox/320/console
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DJNL/job/tox/321/ for more details.
swh/journal/tests/test_replay.py | ||
---|---|---|
112 | assert contents == {cont['sha1']: cont for cont in input_contents} will also check there are no extra data (it's unlikely to happen, but it doesn't hurt to check it) |
Comment Actions
Improve assertion as per review suggestion
swh/journal/tests/test_replay.py | ||
---|---|---|
112 | assert contents == {cont['sha1']: [cont] for cont in input_contents} will adapt |
Comment Actions
Build is green
See https://jenkins.softwareheritage.org/job/DJNL/job/tox/322/ for more details.