Details
Details
- Reviewers
douardda - Group Reviewers
Reviewers - Maniphest Tasks
- T2590: Finish the indexer -> swh-search pipeline
- Commits
- rDSEA408d51ef5713: cli: Allow topic prefix declaration through cli or configuration
tox
(might be failing for unrelated reasons)
Diff Detail
Diff Detail
- Repository
- rDSEA Archive search
- 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 has FAILED
Patch application report for D4670 (id=16572)
Could not rebase; Attempt merge onto c3e5bf0a11...
Updating c3e5bf0..408d51e Fast-forward swh/search/cli.py | 26 ++++++++++++++++++++++---- swh/search/tests/test_cli.py | 20 ++++++++++++++++++-- 2 files changed, 40 insertions(+), 6 deletions(-)
Changes applied before test
commit 408d51ef571391b85edf4ab570b1280ff5761aea Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Dec 4 21:39:21 2020 +0100 cli: Allow topic prefix declaration through cli or configuration This will allow using multiple instances of journal client both for subscribing to different prefixed topics (swh.journal.objects and swh.journal.indexed). Related to T2590 commit 8ffcec124b73ecc2d5362cdc0429902ec6c2be27 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Dec 4 21:34:41 2020 +0100 cli: Allow object-type declaration through cli or configuration This will allow using multiple instances of journal client both for subscribing to different topics. Related to T2590
Link to build: https://jenkins.softwareheritage.org/job/DSEA/job/tests-on-diff/43/
See console output for more information: https://jenkins.softwareheritage.org/job/DSEA/job/tests-on-diff/43/console
Comment Actions
@douardda There will be 2 differents prefixed topics:
- one running ... --object-type origin --object-type origin_visit --object-type origin_visit_status --prefix swh.journal.objects (or through configuration ymmv).
- another running ... --object-type origin_intrinsic_metadata --prefix swh.journal.indexed
without this diff and the previous one, we can't do that ^
Comment Actions
Build is green
Patch application report for D4670 (id=16572)
Could not rebase; Attempt merge onto c3e5bf0a11...
Updating c3e5bf0..408d51e Fast-forward swh/search/cli.py | 26 ++++++++++++++++++++++---- swh/search/tests/test_cli.py | 20 ++++++++++++++++++-- 2 files changed, 40 insertions(+), 6 deletions(-)
Changes applied before test
commit 408d51ef571391b85edf4ab570b1280ff5761aea Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Dec 4 21:39:21 2020 +0100 cli: Allow topic prefix declaration through cli or configuration This will allow using multiple instances of journal client both for subscribing to different prefixed topics (swh.journal.objects and swh.journal.indexed). Related to T2590 commit 8ffcec124b73ecc2d5362cdc0429902ec6c2be27 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Fri Dec 4 21:34:41 2020 +0100 cli: Allow object-type declaration through cli or configuration This will allow using multiple instances of journal client both for subscribing to different topics. Related to T2590
See https://jenkins.softwareheritage.org/job/DSEA/job/tests-on-diff/48/ for more details.