Page MenuHomeSoftware Heritage

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

TEST RESULT

Run At
Apr 22 2021, 8:33 PM
Details
swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7fb60af2ad30> @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 0x7fb60af2ad30> origins = [Origin(url='http://some.long.host.name/stuff/'), Origin(url='http://example.com'), Origin(url='svn://xn--n28h.tld'), ...//example.com/stuff/'), Origin(url='git://example.com/'), Origin(url='deb://xn--n28h.tld/path/with/anchor#id=42'), ...] 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