Page MenuHomeSoftware Heritage

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

TEST RESULT

Run At
Apr 6 2021, 1:56 PM
Details
self = <swh.storage.tests.test_in_memory.TestInMemoryStorage object at 0x7fb404d29fd0> swh_storage = <swh.storage.in_memory.InMemoryStorage object at 0x7fb3d37c5f28> sample_data = <swh.storage.tests.storage_data.StorageData object at 0x7fb3d37c5358> def test_revision_shortlog(self, swh_storage, sample_data): revision1, revision2, revision3, revision4 = sample_data.revisions[:4] # rev4 -is-child-of-> rev3 -> (rev1, rev2); rev2 -> rev1 > swh_storage.revision_add([revision1, revision2, revision3, revision4]) .tox/py3/lib/python3.7/site-packages/swh/storage/tests/storage_tests.py:1032: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py3/lib/python3.7/site-packages/swh/storage/cassandra/storage.py:484: in revision_add revisions = list(set(revisions)) <attrs generated hash swh.model.model.Revision>:15: in __hash__ self.extra_headers, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = ImmutableDict({'checksums': {'sha1': 'tarball-sha1', 'sha256': 'tarball-sha256'}, 'signed-off-by': 'some-dude'}) def __hash__(self): > return hash(tuple(sorted(self.data))) E TypeError: unhashable type: 'dict' .tox/py3/lib/python3.7/site-packages/swh/model/collections.py:49: TypeError