Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include missing parameters in enrich task #597

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

jjmerchante
Copy link
Contributor

There are some SortingHat parameters that weren't included when starting the enrich_backend. This was not raising any error because the backend was initialized in the load_identities method, but if that method is skipped, the enrich backend process fails.

@coveralls
Copy link

coveralls commented Oct 5, 2023

Pull Request Test Coverage Report for Build 6479115951

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 71.828%

Totals Coverage Status
Change from base Build 6015456020: 0.1%
Covered Lines: 770
Relevant Lines: 1072

💛 - Coveralls

Copy link
Member

@sduenas sduenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please modify the changelog file. The rest of the commit looks good to me.

@@ -0,0 +1,8 @@
---
title: Missing parameters for SortingHat
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Missing parameters for SortingHat
title: Missing database parameters for SortingHat

author: null
issue: null
notes: >
Include missing SortingHat parameters during the initialization of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Include missing SortingHat parameters during the initialization of
SortingHat database parameters were not included during the initialization of

There are some SortingHat parameters that weren't included when
starting the enrich_backend. This was not raising any error because
the backend was initialized in the load_identities method, but if
that method is skipped, the enrich backend process fails.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
Copy link
Member

@sduenas sduenas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sduenas sduenas merged commit 965fa44 into chaoss:master Oct 11, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants