Page MenuHomeSoftware Heritage

swh-graph: fix CI
Closed, MigratedEdits Locked

Description

swh-graph CI went red a couple of days ago, probably due to some unrelated changes in other packages, but need fixing anyway

https://forge.softwareheritage.org/source/swh-graph/history/master/

a recent failing run is at: https://jenkins.softwareheritage.org/job/DGRPH/job/tests/638/console

Event Timeline

zack triaged this task as High priority.Sep 26 2020, 12:09 PM
zack created this task.
zack added a project: Compressed graph service.
zack updated the task description. (Show Details)

I managed to track the dependency bump that broke the CI build: it is the upgrade of yarl (dependency of aiohttp) from 1.5.1 to 1.6.0. The issue is surely due to that commit.

Related Github issues:

anlambert claimed this task.

Closing this as the new release of aiohttp (3.6.3) mitigates the issue mentioned above and the CI build of swh-graph is now fixed.

https://github.com/aio-libs/yarl/issues/509#issuecomment-707132100