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

job-list: misc cleanup #4563

Merged
merged 3 commits into from Sep 12, 2022
Merged

Conversation

chu11
Copy link
Member

@chu11 chu11 commented Sep 9, 2022

a few misc cleanups that were peeled off of a now-tabled PR

Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

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

LGTM!

Problem: A number of comments still refer to the module
as job-info instead of job-list.

Solution: Update comments appropriately.
Problem: The journal_submit_event() function takes a timestamp parameter
that is never used.

Remove unused parameter.
@codecov
Copy link

codecov bot commented Sep 12, 2022

Codecov Report

Merging #4563 (e6f99f6) into master (34a4d47) will increase coverage by 0.01%.
The diff coverage is n/a.

❗ Current head e6f99f6 differs from pull request most recent head a9a7003. Consider uploading reports for the commit a9a7003 to get more accurate results

@@            Coverage Diff             @@
##           master    #4563      +/-   ##
==========================================
+ Coverage   83.36%   83.38%   +0.01%     
==========================================
  Files         403      403              
  Lines       68047    68041       -6     
==========================================
+ Hits        56730    56737       +7     
+ Misses      11317    11304      -13     
Impacted Files Coverage Δ
src/modules/job-list/idsync.c 77.35% <ø> (ø)
src/modules/job-list/job_state.c 73.56% <ø> (+0.10%) ⬆️
src/modules/job-list/list.c 70.48% <ø> (ø)
src/bindings/python/flux/uri/resolvers/lsf.py 86.95% <0.00%> (-0.55%) ⬇️
src/broker/state_machine.c 82.50% <0.00%> (-0.25%) ⬇️
src/shell/output.c 76.54% <0.00%> (-0.16%) ⬇️
src/common/libterminus/terminus.c 86.06% <0.00%> (+0.24%) ⬆️
src/broker/overlay.c 86.50% <0.00%> (+0.25%) ⬆️
src/common/libflux/handle.c 83.87% <0.00%> (+0.38%) ⬆️
... and 3 more

@mergify mergify bot merged commit 4cef4b7 into flux-framework:master Sep 12, 2022
@chu11 chu11 deleted the job_list_cleanup branch September 15, 2022 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants