swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7fb616fce358>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fb60aef3860>
def test_snapshot_id_get_from_revision(swh_storage, sample_data):
origin = sample_data.origin
> swh_storage.origin_add([origin])
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/algos/test_snapshot.py:164:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <swh.storage.in_memory.InMemoryStorage object at 0x7fb616fce358>
origins = [Origin(url='https://github.com/user1/repo1')]
def origin_add(self, origins: List[Origin]) -> Dict[str, int]:
> if self._check_missing:
E AttributeError: 'InMemoryStorage' object has no attribute '_check_missing'
.tox/py3/lib/python3.7/site-packages/swh/storage/cassandra/storage.py:937: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Apr 22 2021, 8:33 PM