Page MenuHomeSoftware Heritage

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

TEST RESULT

Run At
Apr 22 2021, 8:40 PM
Details
swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7fa92f24a6d8> @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 0x7fa92f24a6d8> origins = [Origin(url='mock://example.com/stuff'), Origin(url='http://some.long.host.name/path/to/resource'), Origin(url='deb://...example.com/stuff'), Origin(url='mock://some.long.host.name/'), Origin(url='mock://example.com/path/to/resource'), ...] def origin_add(self, origins: List[Origin]) -> Dict[str, int]: > 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:937: AttributeError