Related to T645
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Maniphest Tasks
- T2517: Add remaining missing types to swh.storage.interface
- Commits
- rDSTOc6da28289ec4: storage*: content_get: Type remaining existing endpoints
tox
Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- master
- Lint
Lint Skipped - Unit
Unit Tests Skipped - Build Status
Buildable 14276 Build 21953: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 21952: arc lint + arc unit
Time | Test | |
---|---|---|
34 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_in_memory.TestStorage::test_types self = <swh.storage.tests.test_storage.TestStorage object at 0x7f9422fbe4e0>
swh_storage_backend_config = {'cls': 'memory', 'journal_writer': {'cls': 'memory'}}
| |
3 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.fixer::swh.storage.fixer._fix_content | |
1 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.fixer::swh.storage.fixer._fix_origin | |
2 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.fixer::swh.storage.fixer._fix_origin_visit | |
2 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.fixer::swh.storage.fixer._fix_revision | |
View Full Test Results (1 Failed · 731 Passed · 15 Skipped) |
Event Timeline
swh/storage/interface.py | ||
---|---|---|
160 | sneaky devil! |
Build has FAILED
Patch application report for D3700 (id=13032)
Could not rebase; Attempt merge onto a5232b7a7b...
Updating a5232b7a..ef6186c8 Fast-forward swh/storage/cassandra/storage.py | 27 ++++++++++++++++----------- swh/storage/in_memory.py | 25 +++++++++++++++---------- swh/storage/interface.py | 36 ++++++++++++++++++++---------------- swh/storage/storage.py | 24 +++++++++++++++--------- 4 files changed, 66 insertions(+), 46 deletions(-)
Changes applied before test
commit ef6186c89ed579b344c0c77982a17b52dadf299e Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:45:31 2020 +0200 storage*: content_get: Type remaining existing endpoints Related to T645 commit 2925f7176a0f6ede8242c6507a69a00ce313cca2 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:42:12 2020 +0200 storage*: content_update: Type remaining existing endpoints Related to T645 commit c32e224d23996705a6ca969696cc4715598ed796 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:59:46 2020 +0200 storage*: origin_get_by_sha1: Type remaining existing endpoints Related to T645 commit 26ef01563f058bdfe77fcf5d2ca6a897e2894bc8 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:59:24 2020 +0200 storage*: check_config: Type remaining existing endpoints Related to T645
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/669/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/669/console
Build has FAILED
Patch application report for D3700 (id=13033)
Could not rebase; Attempt merge onto a5232b7a7b...
Updating a5232b7a..6d15e4d4 Fast-forward swh/storage/cassandra/storage.py | 27 ++++++++++++++++----------- swh/storage/in_memory.py | 25 +++++++++++++++---------- swh/storage/interface.py | 40 +++++++++++++++++++++++----------------- swh/storage/storage.py | 24 +++++++++++++++--------- 4 files changed, 69 insertions(+), 47 deletions(-)
Changes applied before test
commit 6d15e4d4c2544c36dac8eb6d12cbc17cdf401e10 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:45:31 2020 +0200 storage*: content_get: Type remaining existing endpoints Related to T645 commit 2925f7176a0f6ede8242c6507a69a00ce313cca2 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:42:12 2020 +0200 storage*: content_update: Type remaining existing endpoints Related to T645 commit c32e224d23996705a6ca969696cc4715598ed796 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:59:46 2020 +0200 storage*: origin_get_by_sha1: Type remaining existing endpoints Related to T645 commit 26ef01563f058bdfe77fcf5d2ca6a897e2894bc8 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:59:24 2020 +0200 storage*: check_config: Type remaining existing endpoints Related to T645
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/670/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/670/console
Build is green
Patch application report for D3700 (id=13041)
Could not rebase; Attempt merge onto a5232b7a7b...
Updating a5232b7a..c6da2828 Fast-forward swh/storage/cassandra/storage.py | 27 ++++++++++++++++----------- swh/storage/in_memory.py | 27 +++++++++++++++++---------- swh/storage/interface.py | 40 +++++++++++++++++++++++----------------- swh/storage/storage.py | 24 +++++++++++++++--------- 4 files changed, 71 insertions(+), 47 deletions(-)
Changes applied before test
commit c6da28289ec4f1be1eb1c1e78d561b8cc8dac937 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:45:31 2020 +0200 storage*: content_get: Type remaining existing endpoints Related to T645 commit 25ebc48198d665cc3bb71c96a8ae54775ddf38a8 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:42:12 2020 +0200 storage*: content_update: Type remaining existing endpoints Related to T645 commit c32e224d23996705a6ca969696cc4715598ed796 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:59:46 2020 +0200 storage*: origin_get_by_sha1: Type remaining existing endpoints Related to T645 commit 26ef01563f058bdfe77fcf5d2ca6a897e2894bc8 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:59:24 2020 +0200 storage*: check_config: Type remaining existing endpoints Related to T645
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/678/ for more details.
FYI, renaming from content to contents will break the RPC, so you'll have to update clients and server at the same time.
swh/storage/interface.py | ||
---|---|---|
170 | s/Streams of// |