Page MenuHomeSoftware Heritage

Use the in-mem storage.
ClosedPublic

Authored by vlorentz on Dec 5 2018, 2:05 PM.

Details

Summary

Diff Detail

Repository
rDLDTAR Tarball Loader
Branch
inmem-storage
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 2865
Build 3622: tox-on-jenkinsJenkins
Build 3621: arc lint + arc unit

Event Timeline

ardumont added inline comments.
swh/loader/tar/tests/test_loader.py
108

why do you have to flush explicitely?

The loader-core's current behavior is supposed to do it.
(for now loader-tar -inherits-> loader-dir -inherits-> loader-core, for now because i'd like to simplify this inheritance chain, never had a chance to ;)

vlorentz added inline comments.
swh/loader/tar/tests/test_loader.py
108

I don't. I was trying stuff and forgot to clean this

This revision is now accepted and ready to land.Dec 5 2018, 2:18 PM
This revision was automatically updated to reflect the committed changes.