Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_cassandra.TestCassandraStorage::test_origin_add_twice
Failed

TEST RESULT

Run At
Jun 22 2020, 3:00 PM
Details
self = <swh.storage.tests.test_cassandra.TestCassandraStorage object at 0x7fea7c5527b8> swh_storage = <swh.storage.validate.ValidatingProxyStorage object at 0x7feae4287be0> def test_origin_add_twice(self, swh_storage): > add1 = swh_storage.origin_add([data.origin, data.origin2]) .tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_storage.py:1365: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py3/lib/python3.7/site-packages/swh/storage/validate.py:144: in origin_add return self.storage.origin_add([dict_converter(Origin, o) for o in origins]) .tox/py3/lib/python3.7/site-packages/swh/storage/cassandra/storage.py:771: in origin_add for d in [self.origin_get([origin.to_dict() for origin in origins])] .tox/py3/lib/python3.7/site-packages/swh/storage/cassandra/storage.py:772: in <listcomp> if d is not None _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ cls = <class 'swh.model.model.Origin'>, d = [None, None] @classmethod def from_dict(cls, d): """Takes a dictionary representing a tree of SWH objects, and recursively builds the corresponding objects.""" > return cls(**d) E TypeError: type object argument after ** must be a mapping, not list .tox/py3/lib/python3.7/site-packages/swh/model/model.py:73: TypeError