Related to T2961
Details
- Reviewers
olasd - Group Reviewers
Reviewers - Maniphest Tasks
- T2961: Add a "not_found" value in OriginVisitStatus.status
- Commits
- rDSTOe433255dabff: db: Allow new status values not_found, failed to OriginVisitStatus
Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 18525 Build 28657: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 28656: arc lint + arc unit
Time | Test | |
---|---|---|
28 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.algos.test_diff::test__get_rev request = <SubRequest 'swh_storage_postgresql' for <Function test__get_rev>>
@pytest.fixture
| |
29 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.algos.test_origin::test_iter_origin_visit_status request = <SubRequest 'swh_storage_postgresql' for <Function test_iter_origin_visit_status>>
@pytest.fixture
| |
28 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.algos.test_origin::test_iter_origin_visits request = <SubRequest 'swh_storage_postgresql' for <Function test_iter_origin_visits>>
@pytest.fixture
| |
234 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.algos.test_origin::test_iter_origins swh_storage_backend_config = {'check_config': {'check_write': True}, 'cls': 'local', 'db': "dbname=storage user=postgres host=127.0.0.1 port=14622 options=''", 'journal_writer': {'cls': 'memory'}, ...}
@pytest.fixture
| |
27 ms | Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.algos.test_origin::test_origin_get_latest_visit_status_filter_snapshot request = <SubRequest 'swh_storage_postgresql' for <Function test_origin_get_latest_visit_status_filter_snapshot>>
@pytest.fixture
| |
View Full Test Results (168 Failed · 574 Passed · 23 Skipped) |
Event Timeline
Build is green
Patch application report for D4892 (id=17376)
Rebasing onto d04165f5b4...
Current branch diff-target is up to date.
Changes applied before test
commit 14a08fa9e97f3cc4b5d8411775eeeca8c71aabdf Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jan 20 10:38:34 2021 +0100 db: Allow new status value 'not_found' to OriginVisitStatus Related to T2961
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1106/ for more details.
(As long as this matches what ends up being done in D4891).
This reminds me that I noticed this morning that the bump to schema version 165 was forgotten in c24d35f86a06 (in db.py and 30-schema.sql).
This reminds me that I noticed this morning that the bump to schema version 165 was forgotten in c24d35f86a06 (in db.py and 30-schema.sql).
Indeed.
Build has FAILED
Patch application report for D4892 (id=17389)
Rebasing onto d04165f5b4...
Current branch diff-target is up to date.
Changes applied before test
commit 9ceeab6da5b19097b7c5df4d3c2460d2f8b6bdcc Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jan 20 10:38:34 2021 +0100 db: Allow new status values not_found, failed to OriginVisitStatus Related to T2961
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1107/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1107/console
Build is green
Patch application report for D4892 (id=17398)
Rebasing onto d04165f5b4...
Current branch diff-target is up to date.
Changes applied before test
commit e433255dabff0976efa673866ccd62f80bc94f99 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jan 20 10:38:34 2021 +0100 db: Allow new status values not_found, failed to OriginVisitStatus Related to T2961
See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/1108/ for more details.