Skip to content
Snippets Groups Projects

cli: Add fossology license indexer journal client

1 unresolved thread

Related to #4273 (closed)


Migrated from D8156 (view on Phabricator)

Merge request reports

Approved by

Closed by Phabricator Migration userPhabricator Migration user 2 years ago (Jul 22, 2022 2:04pm UTC)

Merge details

  • The changes were not merged into generated-differential-D8156-target.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
841 ):
842 """Test the 'swh indexer journal-client' cli tool."""
843
844 # Patch
845 fossology_license.compute_license = mock_compute_license
846
847 journal_writer = get_journal_writer(
848 "kafka",
849 brokers=[kafka_server],
850 prefix=kafka_prefix,
851 client_id="test producer",
852 value_sanitizer=lambda object_type, value: value,
853 flush_timeout=3, # fail early if something is going wrong
854 )
855
856 tool = {"id": 1, **swh_indexer_config["tools"]}
  • vlorentz mentioned in issue #4273 (closed)

    mentioned in issue #4273 (closed)

  • Merge request was accepted

  • vlorentz approved this merge request

    approved this merge request

  • Build is green

    Patch application report for D8156 (id=29455)

    Rebasing onto d0b5f233...

    Current branch diff-target is up to date.
    Changes applied before test
    commit 913b784770c538d7d11880f8e5c21b10e8679918
    Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
    Date:   Fri Jul 22 11:43:52 2022 +0200
    
        Open fossology license indexer to run as journal client
        
        Related to #4273

    See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/379/ for more details.

  • Adapt according to review

  • Build is green

    Patch application report for D8156 (id=29456)

    Rebasing onto d0b5f233...

    Current branch diff-target is up to date.
    Changes applied before test
    commit a3253a0be473f0345afc1600885cb10f3e6852d0
    Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org>
    Date:   Fri Jul 22 11:43:52 2022 +0200
    
        cli: Add fossology license indexer journal client
        
        Related to #4273

    See https://jenkins.softwareheritage.org/job/DCIDX/job/tests-on-diff/380/ for more details.

  • Merge request was merged

  • Please register or sign in to reply
    Loading