- storage uses 'memory'
- indexer-storage starts as well
Might as well unify.
Did not see any use yet.
Indexers might start using this soon.
Paths
| Differential D726 Authored by ardumont on Nov 28 2018, 5:49 PM.
Details
Summary
Might as well unify. Did not see any use yet. Indexers might start using this soon. Test Plan tox
Diff Detail
Event TimelineComment Actions Build is green Harbormaster completed remote builds in B2662: Diff 2285.Nov 28 2018, 5:51 PM2018-11-28 17:51:28 (UTC+1) Comment Actions You could update swh/storage/tests/test_in_memory.py to use get_objstorage() with the class argument, that way it'd have at least one user ;) This revision is now accepted and ready to land.Nov 28 2018, 5:52 PM2018-11-28 17:52:19 (UTC+1) Comment Actions
Good idea! Comment Actions Build is green Harbormaster completed remote builds in B2663: Diff 2286.Nov 28 2018, 6:01 PM2018-11-28 18:01:34 (UTC+1) Closed by commit rDOBJS994cf36e7541: swh.objstorage: Align config 'cls' key class for memory objstorage (authored by ardumont). · Explain WhyNov 28 2018, 6:03 PM2018-11-28 18:03:27 (UTC+1) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 2287 swh/objstorage/__init__.py
swh/objstorage/tests/test_objstorage_in_memory.py
|