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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

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.