swh_storage = <swh.storage.validate.ValidatingProxyStorage object at 0x7fb62399ab38>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fb60c06c390>
def test_validating_proxy_storage_skipped_content(swh_storage, sample_data):
sample_content = sample_data.skipped_content
sample_content = attr.evolve(sample_content, sha1=b"a" * 20)
sample_content_dict = sample_content.to_dict()
> s = swh_storage.skipped_content_add([sample_content])
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_validate.py:51:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
.tox/py3/lib/python3.7/site-packages/swh/storage/cassandra/storage.py:386: in skipped_content_add
return self._skipped_content_add(contents)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <swh.storage.in_memory.InMemoryStorage object at 0x7fb7145ca048>
contents = [SkippedContent(sha1=b'aaaaaaaaaaaaaaaaaaaa', sha1_git=b'3\xe4]V\xf8\x89\x93\xaa\xe6\xa0\x19\x80\x13\xef\xa8\x07\x16\x...g', origin='file:///dev/zero', ctime=datetime.datetime(2021, 4, 22, 18, 32, 56, 814121, tzinfo=datetime.timezone.utc))]
def _skipped_content_add(self, contents: List[SkippedContent]) -> Dict:
# Filter-out content already in the database.
> 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:360: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Apr 22 2021, 8:33 PM