DO NOT REVIEW IT YET!
Details
Diff Detail
- Repository
- rDLDBASE Generic VCS/Package Loader
- Branch
- functional-file
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 11218 Build 16940: tox-on-jenkins Jenkins Build 16939: arc lint + arc unit
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/368/
See console output for more information: https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/368/console
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/369/
See console output for more information: https://jenkins.softwareheritage.org/job/DLDBASE/job/tox/369/console
@ardumont I don't understand why the storage doesn't contains 2 contents (a tarball + a file). The test test_loader_one_visit is failing because there is only 1 content in the storage.
swh/loader/package/functional/loader.py | ||
---|---|---|
144 | beware to_model can return a Content or a SkippedContent.
|
@ardumont I don't understand why the storage doesn't contains 2 contents (a tarball + a file). The test test_loader_one_visit is failing because there is only 1 content in the storage.
It happens to be the same content...
the 2 files you have in the revision.tar.gz and the second file targetted by url in your sample are the same.
It's then deduplicated in the storage...
Change the content of the targetted file
and you should be good to go ;)
This needs a rebase as there were quite some work on the loader core ;)
Cheers,
swh/loader/package/functional/loader.py | ||
---|---|---|
157 | Discussing this case in [1], in the end, we could simply add a SnapshotBranch which targets a TargetType Content. [1] https://forge.softwareheritage.org/D3745?id=13193#inline-25905 |