self = <swh.storage.tests.test_in_memory.TestInMemoryStorage object at 0x7fb6312d42e8>
swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7fb6312d45f8>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fb61564d9b0>
def test_snapshot_get_random(self, swh_storage, sample_data):
snapshot, empty_snapshot, complete_snapshot = sample_data.snapshots[:3]
> swh_storage.snapshot_add([snapshot, empty_snapshot, complete_snapshot])
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/storage_tests.py:3442:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <swh.storage.in_memory.InMemoryStorage object at 0x7fb6312d45f8>
snapshots = [Snapshot(branches=ImmutableDict({b'master': SnapshotBranch(target=b'\x01\xa7\x11O6\xfd\xdd^\xf2Q\x1b,\xad\xda#zh\xad\...etType.SNAPSHOT: 'snapshot'>), b'dangling': None}), id=b'\xa5l\xe2\xd8\x1c\x19\x00#\xbb\x99\xa3\xa3by0u"\xcb\x85\xf6')]
def snapshot_add(self, snapshots: List[Snapshot]) -> Dict:
> 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:665: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Apr 22 2021, 8:33 PM