Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDCIDX8de1d6a1b838: tests: Ignore wsgi module --doctest-modules forces module load
rDCIDXbd90485def56: swh.indexer.storage.api.wsgi: Open production wsgi entrypoint
rDCIDXd0789d98db7b: swh.indexer.cli: Move dev app entrypoint in dedicated cli
rDCIDX27f716490aad: indexer.storage: Make server load explicit configuration and check
tox
Diff Detail
- Repository
- rDCIDX Metadata indexer
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Build has FAILED
Link to build: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/452/
See console output for more information: https://jenkins.softwareheritage.org/job/DCIDX/job/tox/452/console
Build has FAILED
In tox.ini, the --doctest-modules force the loading of all modules.
I don't want this behavior for the swh/indexer/storage/api/wsgi.py as this fails (since it's not meant to run in test context).
I need to find a way to exclude it.
Build is green
See https://jenkins.softwareheritage.org/job/DCIDX/job/tox/453/ for more details.
swh/indexer/storage/api/server.py | ||
---|---|---|
44–95 | That's almost the same code as in swh.storage. You should move at least the first half it to swh.core.config. |
Build is green
See https://jenkins.softwareheritage.org/job/DCIDX/job/tox/454/ for more details.
swh/indexer/storage/api/server.py | ||
---|---|---|
44–95 | Yes, but as discussed with @douardda, i'm focused on doing it right first and on time. Also, actually, for basic services, i agree (storage, indexer-storage, objstorage). |