Depends on D965.
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T1474: Mapping warnings should log the content/revision id, not the content itself
- Commits
- rDCIDX0af9b107bb82: Deduplicate mapping instantiation.
rDCIDX87b9fa2416e2: Make metadata translation warning reference revisions/content ids instead of…
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/267/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/267/console
swh/indexer/metadata.py | ||
---|---|---|
67 | why does the call change here (reading more carefully the rest of the diff)? ok, it's not the call that changes, it's the initialization of the mapping class. | |
swh/indexer/tests/test_metadata.py | ||
172 | can't you extract that in the test setup (where it makes sense)? self.npm_mapping = MAPPINGS["NpmMapping"]() |
swh/indexer/tests/test_metadata.py | ||
---|---|---|
172 | What's the difference? |
swh/indexer/tests/test_metadata.py | ||
---|---|---|
172 | you stop the duplication all over the tests? |
swh/indexer/tests/test_metadata.py | ||
---|---|---|
172 | That's only a small expression |
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/275/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/275/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/285/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/285/console