Page MenuHomeSoftware Heritage

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

TEST RESULT

Run At
Apr 29 2021, 10:28 AM
Details
self = <swh.storage.tests.test_in_memory.TestInMemoryStorage object at 0x7f452a187320> swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7f452a187e48> sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7f4554c809b0> def test_revision_log_with_limit(self, swh_storage, sample_data): revision1, revision2, revision3, revision4 = sample_data.revisions[:4] # revision4 -is-child-of-> revision3 > swh_storage.revision_add([revision3, revision4]) .tox/py3/lib/python3.7/site-packages/swh/storage/tests/storage_tests.py:1016: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <swh.storage.in_memory.InMemoryStorage object at 0x7f452a187e48> revisions = [Revision(message=b'a simple revision with no parents this time', author=Person(fullname=b'Roberto Dicosmo <roberto@ex...\xff0e\x8e'W<\xb4n\xb5Y\x80\xe9t\xb3\x91",), id=b'\xae\x86\n\xecCp\x0c\x7fZ)^.\xf4~*\xe4\x1bS]\xfe', extra_headers=())] def revision_add(self, revisions: List[Revision]) -> Dict: # Filter-out revisions already in the database > 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:526: AttributeError