-
- Downloads
package: Mark visit as not_found when relevant
If any errors happen during the communication with the origin to retrieve package information, the visit fails and its status is marked as not_found. Only pypi, npm and nixguix package loaders are impacted. The other loaders do not read anything from their url so there is no way to trigger such possibility. Note that the nixguix loader got refactored to avoid the side-effect of reading data out of the url within the constructor. It was necessary so the check fails and the visit status is dealt with as described. Also, this unifies it with how pypi and npm loaders deals with the url communication. Related to T3030
parent
fb7ee433
No related branches found
No related tags found
Showing
- swh/loader/exception.py 13 additions, 0 deletionsswh/loader/exception.py
- swh/loader/package/loader.py 17 additions, 1 deletionswh/loader/package/loader.py
- swh/loader/package/nixguix/loader.py 27 additions, 20 deletionsswh/loader/package/nixguix/loader.py
- swh/loader/package/nixguix/tests/test_nixguix.py 28 additions, 9 deletionsswh/loader/package/nixguix/tests/test_nixguix.py
- swh/loader/package/npm/loader.py 1 addition, 1 deletionswh/loader/package/npm/loader.py
- swh/loader/package/npm/tests/test_npm.py 11 additions, 0 deletionsswh/loader/package/npm/tests/test_npm.py
- swh/loader/package/pypi/loader.py 1 addition, 1 deletionswh/loader/package/pypi/loader.py
- swh/loader/package/pypi/tests/test_pypi.py 11 additions, 0 deletionsswh/loader/package/pypi/tests/test_pypi.py
- swh/loader/package/tests/test_utils.py 3 additions, 2 deletionsswh/loader/package/tests/test_utils.py
- swh/loader/package/utils.py 4 additions, 3 deletionsswh/loader/package/utils.py
Loading
-
Some references in the commit message have been migrated:
- T3030 is now #3030
Please register or sign in to comment