Skip to content

Ensure run can be called without bounds arguments

This fixes invocation of any indexing lister without providing any bounds arguments to the run method. For instance, you can start a full github listing in the docker environment trough the following command:

$ docker-compose exec swh-scheduler-api swh scheduler task add list-github-incremental -p oneshot

Related #2001 (closed)

Test Plan

The test implemented for the Phabricator lister in !99 (closed) has been moved to the HttpListerTester class as it was written to check that case.


Migrated from D1994 (view on Phabricator)

Merge request reports