Related to T645
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Maniphest Tasks
- T2517: Add remaining missing types to swh.storage.interface
- Commits
- rDSTOd6f26e45e9a6: storage*: content_get_partition: Type remaining existing endpoints
tox
Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- master
- Lint
Lint Skipped - Unit
Unit Tests Skipped - Build Status
Buildable 14286 Build 21973: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 21972: arc lint + arc unit
Time | Test | |
---|---|---|
1,082 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_storage.TestStorage::test_origin_visit_status_get_random self = <swh.storage.tests.test_storage.TestStorage object at 0x7f783a96eeb8>
swh_storage = <swh.storage.storage.Storage object at 0x7f783bb56550>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7f783a98e1d0>
| |
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
Comment Actions
Build has FAILED
Patch application report for D3702 (id=13035)
Could not rebase; Attempt merge onto a5232b7a7b...
Updating a5232b7a..fa7fb031 Fast-forward swh/storage/cassandra/storage.py | 31 +++++++++++++---------- swh/storage/in_memory.py | 35 +++++++++++++++----------- swh/storage/interface.py | 54 +++++++++++++++++++++++----------------- swh/storage/storage.py | 32 +++++++++++++++--------- 4 files changed, 90 insertions(+), 62 deletions(-)
Changes applied before test
commit fa7fb03181f5fb242b486543a6c2b6e9c345a81d Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 18:06:06 2020 +0200 storage*: content_get_partition: Type remaining existing endpoints Related to T645 commit bc32f7ea2f1046920dad0a101da463fd91bf6692 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:56:39 2020 +0200 storage*: content_get_range: Type remaining existing endpoints Related to T645 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/672/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/672/console
Comment Actions
Build has FAILED
Patch application report for D3702 (id=13043)
Could not rebase; Attempt merge onto a5232b7a7b...
Updating a5232b7a..d6f26e45 Fast-forward swh/storage/cassandra/storage.py | 31 +++++++++++++---------- swh/storage/in_memory.py | 37 ++++++++++++++++----------- swh/storage/interface.py | 54 +++++++++++++++++++++++----------------- swh/storage/storage.py | 32 +++++++++++++++--------- 4 files changed, 92 insertions(+), 62 deletions(-)
Changes applied before test
commit d6f26e45e9a62894ab2b888a15f8a4417c3b2ce0 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 18:06:06 2020 +0200 storage*: content_get_partition: Type remaining existing endpoints Related to T645 commit 864473370acdfd5acaf9afbfea9d16745b3c102f Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Tue Aug 4 17:56:39 2020 +0200 storage*: content_get_range: Type remaining existing endpoints Related to T645 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
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/680/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/680/console