swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7f38502fd8d0>
@pytest.fixture
def swh_origins(swh_storage: StorageInterface) -> Iterable[Origin]:
origins = [Origin.from_dict(o) for o in gen_origins(n=100)]
> swh_storage.origin_add(origins)
.tox/py3/lib/python3.7/site-packages/swh/storage/tests/conftest.py:72:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <swh.storage.in_memory.InMemoryStorage object at 0x7f38502fd8d0>
origins = [Origin(url='mock://xn--n28h.tld/stuff/'), Origin(url='mock://some.long.host.name/path/to/resource'), Origin(url='git:... Origin(url='deb://example.com'), Origin(url='deb://example.com/stuff/'), Origin(url='svn://xn--n28h.tld/stuff/'), ...]
def origin_add(self, origins: List[Origin]) -> Dict[str, int]:
> if not self._allow_overwrite:
E AttributeError: 'InMemoryStorage' object has no attribute '_allow_overwrite'
.tox/py3/lib/python3.7/site-packages/swh/storage/cassandra/storage.py:940: AttributeError
TEST RESULT
TEST RESULT
- Run At
- Apr 29 2021, 10:23 AM