-
Notifications
You must be signed in to change notification settings - Fork 184
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
base: master
Are you sure you want to change the base?
Conversation
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 ReportAll modified and coverable lines are covered by tests ✅
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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good by me. Let's wait for QE as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, looks good from a QE POV - the verification comment is in the related CCT card:)
Thanks @zpetrace. I'll get one more sanity review from SELinux team before we merge this. |
Can one of the admins verify this patch? |
Change was made in fle
insights/client/constants.py [row 83]
where the orginal file path
/tmp/insights-client.pidd
was changedto
/tmp/run/insights-client.pidd
.Motivation for the change was to place
insights-client.pid
fileto directory owned by
insights-client
.CARD: CCT-375