Depends on D3382.
Details
Details
Diff Detail
Diff Detail
- Repository
- rDSTO Storage manager
- Branch
- monomorphize-object-metadata
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 13226 Build 20195: Phabricator diff pipeline on jenkins Jenkins console · Jenkins Build 20194: arc lint + arc unit
Event Timeline
Comment Actions
Build has FAILED
Patch application report for D3383 (id=12007)
Could not rebase; Attempt merge onto 312127af7c...
Auto-merging swh/storage/storage.py Auto-merging swh/storage/in_memory.py Auto-merging swh/storage/cassandra/storage.py Merge made by the 'recursive' strategy. swh/storage/cassandra/storage.py | 132 ++++++ swh/storage/in_memory.py | 132 ++++++ swh/storage/interface.py | 276 +++++++++++++ swh/storage/storage.py | 160 +++++++- swh/storage/tests/storage_data.py | 224 ++++++++++ swh/storage/tests/test_storage.py | 840 ++++++++++++++++++++++++++++++++++++-- 6 files changed, 1706 insertions(+), 58 deletions(-)
Changes applied before test
commit b89481156fdc4b95e6afedce4fc4af9f6c5fefd9 Merge: 312127af 7275fcee Author: Jenkins user <jenkins@localhost> Date: Tue Jun 30 14:58:32 2020 +0000 Merge branch 'diff-target' into HEAD commit 7275fceeecf785ec4502754fcbfc56136b54fbcd Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Jun 30 16:52:38 2020 +0200 Implement {directory,revision,release,snapshot}_metadata_{add,get}. commit c46d3e3d0e00251dd1ba830f6dcaa3abbf0071bf Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Tue Jun 30 16:35:59 2020 +0200 Move tests of content_metadata_* next to origin_metadata_* For consistency with the main code.
Link to build: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/405/
See console output for more information: https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/405/console
Comment Actions
I'll rewrite this using swh-model and only two endpoints for all types
ack (you could have kept the diff, marking pending changes heh ;)