Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_in_memory.TestInMemoryStorageGeneratedData::test_origin_list[7]
Failed

TEST RESULT

Run At
Apr 29 2021, 10:28 AM
Details
swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7f46383f7d68> @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 0x7f46383f7d68> origins = [Origin(url='http://example.com/stuff'), Origin(url='deb://example.com'), Origin(url='svn://some.long.host.name/stuff/...ong.host.name/stuff/'), Origin(url='deb://example.com/path/with/qargs?q=1&b'), Origin(url='https://example.com/'), ...] 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