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

Feature/log delay #421

Merged
merged 2 commits into from
Oct 22, 2024
Merged

Feature/log delay #421

merged 2 commits into from
Oct 22, 2024

Conversation

andre-merzky
Copy link
Member

This PR delays the creation of log- and profiles until the first write, thus avoiding empty files.

It is strange: I am quite positive that we implemented that in the past already, but somehow seem to have lost that code? Oh well, fortunately the fix is simple, and here it is again...

Copy link

codecov bot commented Oct 21, 2024

Codecov Report

Attention: Patch coverage is 77.77778% with 4 lines in your changes missing coverage. Please review.

Project coverage is 61.54%. Comparing base (f9bbf99) to head (e95c6d7).
Report is 3 commits behind head on devel.

Files with missing lines Patch % Lines
src/radical/utils/profile.py 76.47% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##            devel     #421      +/-   ##
==========================================
+ Coverage   61.53%   61.54%   +0.01%     
==========================================
  Files          62       62              
  Lines        6965     6967       +2     
==========================================
+ Hits         4286     4288       +2     
  Misses       2679     2679              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@mtitov mtitov left a comment

Choose a reason for hiding this comment

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

LGTM!

@andre-merzky andre-merzky merged commit c14278e into devel Oct 22, 2024
11 checks passed
@andre-merzky andre-merzky deleted the feature/log_delay branch October 22, 2024 21:29
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