Depends on D3724
Details
Details
- Reviewers
vlorentz - Group Reviewers
Reviewers - Commits
- rDCIDX26ea0e1f30b4: Rename appropriately "partition" indexers and drop "range" mentions
tox
Diff Detail
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
Comment Actions
Build is green
Patch application report for D3725 (id=13120)
Could not rebase; Attempt merge onto 3aedf90c9c...
Updating 3aedf90..1f823e5 Fast-forward conftest.py | 9 +++ requirements-swh.txt | 2 +- requirements-test.txt | 1 + swh/indexer/fossology_license.py | 4 -- swh/indexer/indexer.py | 6 +- swh/indexer/mimetype.py | 4 -- swh/indexer/tasks.py | 20 +++---- swh/indexer/tests/conftest.py | 27 +++++++++ swh/indexer/tests/test_tasks.py | 123 +++++++++++++++++++++++++++++++++++++++ 9 files changed, 172 insertions(+), 24 deletions(-) create mode 100644 swh/indexer/tests/test_tasks.py
Changes applied before test
commit 1f823e5e5db2583e40e57ef8820b9bfed43636f1 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Aug 6 14:42:35 2020 +0200 Rename appropriately "partition" indexers and drop "range" mentions commit 89472cdaa61a2330f1b6b7a32e31a80bed7e9f9e Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Aug 6 14:28:35 2020 +0200 tasks: Add tests around indexer tasks
See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/34/ for more details.
Comment Actions
Build is green
Patch application report for D3725 (id=13122)
Could not rebase; Attempt merge onto 3aedf90c9c...
Updating 3aedf90..26ea0e1 Fast-forward conftest.py | 9 +++ requirements-swh.txt | 2 +- requirements-test.txt | 1 + swh/indexer/fossology_license.py | 4 -- swh/indexer/indexer.py | 6 +- swh/indexer/mimetype.py | 4 -- swh/indexer/tasks.py | 20 +++---- swh/indexer/tests/conftest.py | 27 +++++++++ swh/indexer/tests/test_tasks.py | 123 +++++++++++++++++++++++++++++++++++++++ 9 files changed, 172 insertions(+), 24 deletions(-) create mode 100644 swh/indexer/tests/test_tasks.py
Changes applied before test
commit 26ea0e1f30b4e70aa22c89d9862ade5f3fbfd372 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Aug 6 14:42:35 2020 +0200 Rename appropriately "partition" indexers and drop "range" mentions commit 08adca9457a7d208f47bf7907ce47070d521d76f Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Thu Aug 6 14:28:35 2020 +0200 tasks: Add tests around indexer tasks
See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/36/ for more details.