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

SNOW-903604 Zombie dbus processes generated by one of our dependencies github.com/99designs/keyring #1058

Merged
merged 5 commits into from Mar 4, 2024

Conversation

sfc-gh-dszmolka
Copy link
Contributor

SNOW-903604 Zombie dbus processes generated by one of our dependencies github.com/99designs/keyring

After long consideration and discussion how we want to address the issue we decided to go with only documenting for now, which is what i tried to do here, alongside with trying to detect if the OS is susceptible for the issue (not all Linux are)

If so, log a warning of the issue + workaround which is the same as documented in the README now.

Of course this is by no means a solution - long term solution will be to possibly replace the current keyring implementation.

Description

Please explain the changes you made here.

Checklist

  • Code compiles correctly
  • Run make fmt to fix inconsistent formats
  • Run make lint to get lint errors and fix all of them
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary

…s github.com/99designs/keyring

After long consideration and discussion how we want to address the issue we decided to go with only documenting for now, which is what i tried to do here, alongside with trying to detect if the OS is susceptible for the issue (not all Linux are)

If so, log a warning of the issue + workaround which is the same as documented in the README now.

Of course this is by no means a solution - long term solution will be to replace the current keyring implementation.
@sfc-gh-dszmolka sfc-gh-dszmolka requested a review from a team as a code owner February 23, 2024 07:45
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

Attention: Patch coverage is 41.37931% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 83.97%. Comparing base (2f77595) to head (f77b1f9).
Report is 1 commits behind head on master.

Files Patch % Lines
util.go 36.36% 14 Missing ⚠️
driver.go 57.14% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1058      +/-   ##
==========================================
- Coverage   84.12%   83.97%   -0.15%     
==========================================
  Files          50       50              
  Lines        9889     9918      +29     
==========================================
+ Hits         8319     8329      +10     
- Misses       1570     1589      +19     

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

util.go Outdated Show resolved Hide resolved
@sfc-gh-dszmolka sfc-gh-dszmolka merged commit ebc7874 into master Mar 4, 2024
32 of 34 checks passed
@sfc-gh-dszmolka sfc-gh-dszmolka deleted the SNOW-903604-warn-for-zombie-dbus branch March 4, 2024 15:21
@github-actions github-actions bot locked and limited conversation to collaborators Mar 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants