Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.storage.tests.test_backfill::test_compute_query_origin_visit
Failed

TEST RESULT

Run At
Jun 17 2020, 9:57 AM
Details
def test_compute_query_origin_visit(): query, where_args, column_aliases = compute_query("origin_visit", 1, 10) assert where_args == [1, 10] > assert column_aliases == [ "visit", "origin.type", "origin_visit.type", "url", "date", "snapshot", "status", "metadata", ] E AssertionError: assert ['visit', 'ty...'status', ...] == ['visit', 'or...napshot', ...] E At index 1 diff: 'type' != 'origin.type' E Right contains one more item: 'metadata' E Full diff: E [ E 'visit', E + 'type', E - 'origin.type',... E E ...Full output truncated (10 lines hidden), use '-vv' to show .tox/py3/lib/python3.7/site-packages/swh/storage/tests/test_backfill.py:116: AssertionError