Related to T2310
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Maniphest Tasks
- T2310: Make origin visits immutable
- Commits
- rDCIDXa40fc83df742: tests: Drop obsolete origin visit fields
tox
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 13144 Build 20060: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 20059: arc lint + arc unit
Event Timeline
Build has FAILED
Patch application report for D3362 (id=11916)
Rebasing onto a8307fccb4...
Current branch diff-target is up to date.
Changes applied before test
commit 336e409eb0583e0ab7882029fdfe2f1e1ae9773c
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jun 26 10:21:30 2020 +0200
indexer*: Drop origin visit obsolete fields
Related to T2310Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/19/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/19/console
Build has FAILED
Patch application report for D3362 (id=11929)
Rebasing onto a8307fccb4...
Current branch diff-target is up to date.
Changes applied before test
commit a40fc83df74222b026fc0ad9c6eec26831385909
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jun 26 10:21:30 2020 +0200
tests: Drop obsolete origin visit fields
Related to T2310Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/20/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/20/console
Build has FAILED
Patch application report for D3362 (id=11928)
Could not rebase; Attempt merge onto f75cd41ab8...
Updating f75cd41a..2a56db1b Fast-forward swh/storage/algos/origin.py | 5 +- swh/storage/algos/snapshot.py | 8 ++- swh/storage/cassandra/cql.py | 93 ++++++++++++++++++++++++++++---- swh/storage/cassandra/storage.py | 9 +++- swh/storage/db.py | 45 +++++++++------- swh/storage/in_memory.py | 15 ++++-- swh/storage/interface.py | 7 ++- swh/storage/storage.py | 4 +- swh/storage/tests/algos/test_origin.py | 7 +++ swh/storage/tests/algos/test_snapshot.py | 21 +++----- swh/storage/tests/test_storage.py | 39 +++++++++++++- 11 files changed, 196 insertions(+), 57 deletions(-)
Changes applied before test
commit 2a56db1b1b31f055b53705a8cf0914de6894d451
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Thu Jun 25 18:37:18 2020 +0200
storage: Limit the *-get-latest functions search
Impacts functions:
- snapshot-get-latest
- origin-get-latest-visit-status
commit 3b1695b2e7b1f5e227410b41953921e5a5806554
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Wed Jun 24 18:04:29 2020 +0200
storage*: Open order parameter to origin-visit-get endpoint
This allows clients to search from most recent to oldest visit when calling the
endpoint with the "order" parameter set to "desc" (visit id desc).
This keeps and explicits the existing sorting order as visit id "asc".
Related to T2310Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/375/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/375/console
Build is green
Patch application report for D3362 (id=11929)
Rebasing onto a8307fccb4...
Current branch diff-target is up to date.
Changes applied before test
commit a40fc83df74222b026fc0ad9c6eec26831385909
Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
Date: Fri Jun 26 10:21:30 2020 +0200
tests: Drop obsolete origin visit fields
Related to T2310See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/21/ for more details.