Depends on D8237.
Details
Details
- Reviewers
- None
- Group Reviewers
Reviewers - Commits
- rDCIDXa0fdaedda563: sword mapping: Add support for legacy JSON-encoded Atom documents
Diff Detail
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Branch
- sword-mapping
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 30768 Build 48110: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 48109: arc lint + arc unit
Time | Test | |
---|---|---|
5,942 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.tests.test_cli::test_cli_mapping_list cli_runner = <click.testing.CliRunner object at 0x7f259259b630>
swh_config = '/tmp/pytest-of-jenkins/pytest-0/test_cli_mapping_list0/indexer.yml'
| |
4 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.codemeta::swh.indexer.codemeta.make_absolute_uri | |
2 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.codemeta::swh.indexer.codemeta.merge_values | |
2 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.metadata_dictionary.github::swh.indexer.metadata_dictionary.github.GitHubMapping.normalize_license | |
1 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.indexer.metadata_dictionary.github::swh.indexer.metadata_dictionary.github.GitHubMapping.translate_forks_count | |
View Full Test Results (1 Failed · 344 Passed · 9 Skipped) |
Event Timeline
Comment Actions
Build has FAILED
Patch application report for D8238 (id=29716)
Could not rebase; Attempt merge onto bb9082a6e5...
Updating bb9082a..e39f5e5 Fast-forward docs/metadata-workflow.rst | 2 +- swh/indexer/codemeta.py | 5 +- swh/indexer/metadata_dictionary/__init__.py | 2 + swh/indexer/metadata_dictionary/codemeta.py | 126 +++++++++++++- .../tests/metadata_dictionary/test_codemeta.py | 192 +++++++++++++++++++++ swh/indexer/tests/test_cli.py | 15 +- 6 files changed, 335 insertions(+), 7 deletions(-)
Changes applied before test
commit e39f5e52c0bee936c89147637eeb277fdd3b71a6 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:48:17 2022 +0200 sword mapping: Add support for legacy JSON-encoded Atom documents commit 03d8e1cbc5f863133c837cfb0ff394b7a658ce4d Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:47:26 2022 +0200 sword mapping: Add support for Atom author elements Atom documents from old deposits usually use these instead of codemeta's commit 30d195ccd64ba1c79379d444dff108a2314bc3b0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Aug 11 11:57:52 2022 +0200 metadata_dictionary: Add mapping for SWORD/Atom with Codemeta
Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/417/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/417/console
Comment Actions
Build has FAILED
Patch application report for D8238 (id=29717)
Could not rebase; Attempt merge onto bb9082a6e5...
Updating bb9082a..cca14fb Fast-forward docs/metadata-workflow.rst | 2 +- swh/indexer/codemeta.py | 5 +- swh/indexer/metadata_dictionary/__init__.py | 2 + swh/indexer/metadata_dictionary/codemeta.py | 126 +++++++++++++- .../tests/metadata_dictionary/test_codemeta.py | 192 +++++++++++++++++++++ swh/indexer/tests/test_cli.py | 15 +- 6 files changed, 335 insertions(+), 7 deletions(-)
Changes applied before test
commit cca14fba9bb7ecb0e1542e943b48717b63580217 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:48:17 2022 +0200 sword mapping: Add support for legacy JSON-encoded Atom documents commit 03d8e1cbc5f863133c837cfb0ff394b7a658ce4d Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:47:26 2022 +0200 sword mapping: Add support for Atom author elements Atom documents from old deposits usually use these instead of codemeta's commit 30d195ccd64ba1c79379d444dff108a2314bc3b0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Aug 11 11:57:52 2022 +0200 metadata_dictionary: Add mapping for SWORD/Atom with Codemeta
Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/418/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/418/console
Comment Actions
Build is green
Patch application report for D8238 (id=29936)
Could not rebase; Attempt merge onto e8cafad61c...
Updating e8cafad..a0fdaed Fast-forward docs/metadata-workflow.rst | 2 +- swh/indexer/codemeta.py | 5 +- swh/indexer/metadata_dictionary/__init__.py | 2 + swh/indexer/metadata_dictionary/codemeta.py | 126 +++++++++++++- .../tests/metadata_dictionary/test_codemeta.py | 192 +++++++++++++++++++++ swh/indexer/tests/test_cli.py | 15 +- 6 files changed, 335 insertions(+), 7 deletions(-)
Changes applied before test
commit a0fdaedda5636042735d6536da23e4a0786545a4 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:48:17 2022 +0200 sword mapping: Add support for legacy JSON-encoded Atom documents commit 13e9bf18c2d6c138183ef42af6928cea473b75b0 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Fri Aug 12 11:47:26 2022 +0200 sword mapping: Add support for Atom author elements Atom documents from old deposits usually use these instead of codemeta's commit 90dad275308fd0d7e70cb3a50cd395912f0da733 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Aug 11 11:57:52 2022 +0200 metadata_dictionary: Add mapping for SWORD/Atom with Codemeta
See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/461/ for more details.