Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.web.tests.common.test_archive::Tests / Python tests / test_lookup_expression
Failed

TEST RESULT

Run At
Nov 6 2020, 4:36 PM
Details
indexer_data = <swh.web.tests.conftest._IndexerData object at 0x7f7cc4ad85f8> @given(contents_with_ctags()) > def test_lookup_expression(indexer_data, contents_with_ctags): .tox/py3/lib/python3.7/site-packages/swh/web/tests/common/test_archive.py:146: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ .tox/py3/lib/python3.7/site-packages/swh/web/tests/common/test_archive.py:153: in test_lookup_expression indexer_data.content_add_ctags(content_sha1) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <swh.web.tests.conftest._IndexerData object at 0x7f7cc4ad85f8> cnt_id = '0ab37c02043ebff946c1937523f60aadd0844351' def content_add_ctags(self, cnt_id): > self.ctags_indexer.run([hash_to_bytes(cnt_id)], "update-dups") E TypeError: run() takes 2 positional arguments but 3 were given .tox/py3/lib/python3.7/site-packages/swh/web/tests/conftest.py:354: TypeError