Page MenuHomeSoftware Heritage

Jenkins > .tox.py3.lib.python3.7.site-packages.swh.loader.package.archive.tests.test_archive::test_archive_visit_with_release_artifact_no_prior_visit
Failed

TEST RESULT

Run At
Aug 12 2021, 12:13 PM
Details
swh_storage = <swh.storage.proxies.retry.RetryingProxyStorage object at 0x7ffaa841e780> requests_mock_datadir = <requests_mock.mocker.Mocker object at 0x7ffaa84d8198> def test_archive_visit_with_release_artifact_no_prior_visit( swh_storage, requests_mock_datadir ): """With no prior visit, load a gnu project ends up with 1 snapshot """ loader = ArchiveLoader(swh_storage, URL, artifacts=GNU_ARTIFACTS[:1]) actual_load_status = loader.load() > assert actual_load_status["status"] == "eventful" E AssertionError: assert 'uneventful' == 'eventful' E - eventful E + uneventful E ? ++ .tox/py3/lib/python3.7/site-packages/swh/loader/package/archive/tests/test_archive.py:131: AssertionError