Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_in_memory.TestInMemoryStorage::test_origin_add_twice_at_once
Failed

TEST RESULT

Run At
Apr 22 2021, 8:40 PM
Details
self = <swh.storage.tests.test_in_memory.TestInMemoryStorage object at 0x7faa183148d0> swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7faa78259470> sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fa928d4b748> def test_origin_add_twice_at_once(self, swh_storage, sample_data): origin, origin2 = sample_data.origins[:2] > add1 = swh_storage.origin_add([origin, origin2, origin, origin2]) .tox/py3/lib/python3.7/site-packages/swh/storage/tests/storage_tests.py:1414: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <swh.storage.in_memory.InMemoryStorage object at 0x7faa78259470> origins = [Origin(url='https://github.com/user1/repo1'), Origin(url='https://github.com/user2/repo1'), Origin(url='https://github.com/user1/repo1'), Origin(url='https://github.com/user2/repo1')] 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