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

content-sqlite: misc cleanup #6220

Merged
merged 4 commits into from
Aug 16, 2024

Conversation

chu11
Copy link
Member

@chu11 chu11 commented Aug 16, 2024

split out from PR #6217, this is dinky stuff

chu11 added 4 commits August 16, 2024 07:02
Problem: unistd.h is included two times.

Remove double include.
Problem: An out of date comment mentions code "above", but that code
was likely refactored into a function some time ago.

Remove the out of date comment.
Problem: In t0090-content-enospc.t a number of "clear and setup"
things for the actual tests are done within their own tests.  This
leads to an excess number of tests.

Move the "clear and setup" into each of the individual tests.
Problem: t0090-content-enospc.t used inconsistent tabs vs spaces.

Tabify everything.
@chu11 chu11 force-pushed the content_sqlite_cleanup branch from 66cde1c to f3d59c9 Compare August 16, 2024 14:02
Copy link
Member

@garlick garlick left a comment

Choose a reason for hiding this comment

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

LGTM!

@mergify mergify bot merged commit ea0b4b3 into flux-framework:master Aug 16, 2024
33 checks passed
@chu11 chu11 deleted the content_sqlite_cleanup branch August 16, 2024 15:02
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.32%. Comparing base (60c038a) to head (f3d59c9).
Report is 467 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6220   +/-   ##
=======================================
  Coverage   83.31%   83.32%           
=======================================
  Files         521      521           
  Lines       85205    85205           
=======================================
+ Hits        70986    70993    +7     
+ Misses      14219    14212    -7     
Files with missing lines Coverage Δ
src/modules/content-sqlite/content-sqlite.c 71.72% <ø> (ø)

... and 13 files with indirect coverage changes

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.

2 participants