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

Fix/cct-375: Change location of /tmp/insights-client.ppid #4269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

grunwmar
Copy link
Contributor

@grunwmar grunwmar commented Nov 14, 2024

Change was made in fle insights/client/constants.py [row 83]
where the orginal file path /tmp/insights-client.pidd was changed
to /tmp/run/insights-client.pidd.
Motivation for the change was to place insights-client.pid file
to directory owned by insights-client.

CARD: CCT-375

Change was made in fle `insights/client/constants.py   [row 83]`
where the orginal file path `/tmp/insights-client.pidd` was changed
to `/tmp/run/insights-client.pidd`.
Motivation for the change was to place `insights-client.pid` file
to directory owned by insights-client.

CARD: CCT-375

Signed-off-by: Martin Grunwald <[email protected]>
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.19%. Comparing base (0e7b8c3) to head (0d5f9e9).

Additional details and impacted files
@@            Coverage Diff            @@
##           master    #4269     +/-   ##
=========================================
  Coverage   77.18%   77.19%             
=========================================
  Files         762      762             
  Lines       41512    41485     -27     
  Branches     8773     6603   -2170     
=========================================
- Hits        32041    32023     -18     
+ Misses       8413     8399     -14     
- Partials     1058     1063      +5     
Flag Coverage Δ
unittests 77.19% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

2 participants