No one uses that, and it's redundant, as we provide the original XML
Details
Details
- Reviewers
ardumont - Group Reviewers
Reviewers - Maniphest Tasks
- T3971: swh.deposit.errors.ParserError: out of memory: line 1, column 0
- Commits
- rDDEP5998e19648f4: Remove metadata_dict from the API
Diff Detail
Diff Detail
- Repository
- rDDEP Push deposit
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 27094 Build 42375: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 42374: arc lint + arc unit
Time | Test | |
---|---|---|
1,567 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.deposit.tests.api.test_collection_add_to_origin::test_add_deposit_add_to_origin_conflict authenticated_client = <rest_framework.test.APIClient object at 0x7f021c021b00>
deposit_collection = <DepositCollection: {'id': 11, 'name': 'test'}>
deposit_another_collection = <DepositCollection: {'id': 12, 'name': 'another-collection'}>
| |
1,651 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.deposit.tests.api.test_collection_add_to_origin::test_add_deposit_add_to_wrong_origin authenticated_client = <rest_framework.test.APIClient object at 0x7f021c8c4a58>
deposit_collection = <DepositCollection: {'id': 13, 'name': 'test'}>
atom_dataset = {'codemeta-sample': '<?xml version="1.0"?>\n <entry xmlns="http://www.w3.org/2005/Atom"\n xmlns:d...ntry>\n', 'entry-data-empty-body': '<?xml version="1.0"?>\n<entry xmlns="http://www.w3.org/2005/Atom"></entry>\n', ...}
| |
1,606 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.deposit.tests.api.test_collection_add_to_origin::test_add_deposit_with_add_to_origin raw_content = b'<entry xmlns="http://www.w3.org/2005/Atom"\n xmlns:sword="http://purl.org/net/sword/terms/"\n xmlns:dcte...1/test/1/status/" />\n\n <sword:packaging>http://purl.org/net/sword/package/SimpleZip</sword:packaging>\n</entry>\n'
def parse_xml(raw_content):
| |
1,764 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.deposit.tests.api.test_collection_add_to_origin::test_add_deposit_with_add_to_origin_and_external_identifier raw_content = b'<entry xmlns="http://www.w3.org/2005/Atom"\n xmlns:sword="http://purl.org/net/sword/terms/"\n xmlns:dcte...1/test/3/status/" />\n\n <sword:packaging>http://purl.org/net/sword/package/SimpleZip</sword:packaging>\n</entry>\n'
def parse_xml(raw_content):
| |
1,629 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.deposit.tests.api.test_collection_add_to_origin::test_post_deposit_atom_403_add_to_wrong_origin_url_prefix authenticated_client = <rest_framework.test.APIClient object at 0x7f021c6bfa58>
deposit_collection = <DepositCollection: {'id': 15, 'name': 'test'}>
atom_dataset = {'codemeta-sample': '<?xml version="1.0"?>\n <entry xmlns="http://www.w3.org/2005/Atom"\n xmlns:d...ntry>\n', 'entry-data-empty-body': '<?xml version="1.0"?>\n<entry xmlns="http://www.w3.org/2005/Atom"></entry>\n', ...}
| |
View Full Test Results (157 Failed · 128 Passed) |
Event Timeline
Comment Actions
Build has FAILED
Patch application report for D7230 (id=26204)
Could not rebase; Attempt merge onto 5a7d59cb2c...
Merge made by the 'recursive' strategy. swh/deposit/api/private/deposit_read.py | 2 -- swh/deposit/tests/api/test_deposit_private_read_metadata.py | 7 ------- swh/deposit/tests/conftest.py | 3 +-- 3 files changed, 1 insertion(+), 11 deletions(-)
Changes applied before test
commit e6e19fc1e91264eb9fff8eabf0bab47118981d7c Merge: 5a7d59cb 68eb441c Author: Jenkins user <jenkins@localhost> Date: Wed Feb 23 12:44:26 2022 +0000 Merge branch 'diff-target' into HEAD commit 68eb441cb90edbab5b1fadb1b411c106a6c9c70e Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Feb 23 13:44:07 2022 +0100 Remove metadata_dict from the API No one uses that, and it's redundant, as we provide the original XML commit 189ba2f7cc9c5b35891b23adf19872b8f230b7e8 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Feb 23 13:43:33 2022 +0100 Remove unnecessary use of BytesIO
Link to build: https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/740/
See console output for more information: https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/740/console
Comment Actions
No one uses that, and it's redundant, as we provide the original XML
It's not entirely true though, it's used in the loader [1].
We'll need a change in the loader-core to drop that entry as well.
Comment Actions
Build has FAILED
Patch application report for D7230 (id=26221)
Could not rebase; Attempt merge onto 5a7d59cb2c...
Updating 5a7d59cb..5998e196 Fast-forward swh/deposit/api/private/deposit_read.py | 2 -- swh/deposit/tests/api/test_deposit_private_read_metadata.py | 7 ------- swh/deposit/tests/conftest.py | 3 +-- 3 files changed, 1 insertion(+), 11 deletions(-)
Changes applied before test
commit 5998e19648f4a987dc024935f20d7e0adae31dc8 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Feb 23 13:44:07 2022 +0100 Remove metadata_dict from the API No one uses that, and it's redundant, as we provide the original XML commit 79be8e1c74e15607d4ced35fc2f2de1359c02ecb Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Wed Feb 23 13:43:33 2022 +0100 Remove unnecessary use of BytesIO
Link to build: https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/749/
See console output for more information: https://jenkins.softwareheritage.org/job/DDEP/job/tests-on-diff/749/console