swh_storage = <swh.storage.filter.FilteringProxyStorage object at 0x7fb60a6ca0f0>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fb60a6cafd0>
def test_filtering_proxy_storage_directory(swh_storage, sample_data):
sample_directory = sample_data.directory
directory = list(swh_storage.directory_missing([sample_directory.id]))[0]
assert directory
> s = swh_storage.directory_add([sample_directory])
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_filter.py:119:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py3/lib/python3.7/site-packages/swh/storage/filter.py:55: in directory_add
[d for d in directories if d.id in missing_ids]
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <swh.storage.in_memory.InMemoryStorage object at 0x7fb60a6cab38>
directories = [Directory(entries=(DirectoryEntry(name=b'foo', type='file', target=b'\xd8\x1c\xc0q\x0e\xb6\xcf\x9e\xfd[\x92\n\x84S\xe...x04', perms=<DentryPerms.directory: 16384>)), id=b'RV\xe8V\xa0\xa0\x89\x89f\xd6\xba\x14\xfe\xb48\x8b\x8b\x82\xd3\x02')]
def directory_add(self, directories: List[Directory]) -> Dict:
to_add = {d.id: d for d in directories}.values()
> 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:397: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Apr 22 2021, 8:33 PM