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

Change conversion of scores to float #990

Merged
merged 2 commits into from
Sep 20, 2024

Conversation

mschnepf
Copy link
Contributor

Currently, the HTCondor collector converts the score string into integer with the maybe_convert function. Therefore, the scores stored in the database are wrong.

This should fix the issue #989

@codecov-commenter
Copy link

codecov-commenter commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.07%. Comparing base (e3c4292) to head (84fbb15).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #990   +/-   ##
=======================================
  Coverage   64.07%   64.07%           
=======================================
  Files          48       48           
  Lines        5970     5970           
  Branches      144      144           
=======================================
  Hits         3825     3825           
  Misses       2145     2145           
Components Coverage Δ
apel_plugin 83.27% <ø> (ø)
auditor 68.73% <ø> (ø)
auditor_client 94.38% <ø> (ø)
slurm_collector 67.67% <ø> (ø)
slurm_epilog_collector 0.00% <ø> (ø)
htcondor_collector ∅ <ø> (∅)
priority_plugin 37.82% <ø> (ø)

@dirksammel
Copy link
Member

@mschnepf: thanks, looks good!
Could you also update CHANGELOG.md?

@mschnepf
Copy link
Contributor Author

Oh, yeah 😅 Done

@dirksammel dirksammel merged commit 68f5cdc into ALU-Schumacher:main Sep 20, 2024
60 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.

3 participants