self = <swh.storage.tests.test_in_memory.TestInMemoryStorage object at 0x7fb6ec4b41d0>
swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7fb60c8c57f0>
sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fb615eeda90>
def test_release_add_no_author_date(self, swh_storage, sample_data):
full_release = sample_data.release
release = attr.evolve(full_release, author=None, date=None)
> actual_result = swh_storage.release_add([release])
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/storage_tests.py:1294:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <swh.storage.in_memory.InMemoryStorage object at 0x7fb60c8c57f0>
releases = [Release(name=b'v0.0.1', message=b'synthetic release', target=b'\x01\xa7\x11O6\xfd\xdd^\xf2Q\x1b,\xad\xda#zh\xad\xbb\x...nthetic=True, author=None, date=None, metadata=None, id=b'\xf7\xf2"\t:\x18\xec`\xd7\x81\x07\n\xbe\xc4\xa60\xc8P\xb87')]
def release_add(self, releases: List[Release]) -> 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:635: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Apr 22 2021, 8:33 PM