Skip to content

Remove gid from socket/lock path of helper#2855

Merged
cataphract merged 1 commit intomasterfrom
glopes/helper-no-guid
Sep 17, 2024
Merged

Remove gid from socket/lock path of helper#2855
cataphract merged 1 commit intomasterfrom
glopes/helper-no-guid

Conversation

@cataphract
Copy link
Copy Markdown
Contributor

Description

Now that we're inside sidecar, we need to have the same uniqueness characteristics of sidecar; in particular, there's one instance of sidecar per uid, but not per (uid,gid) as was the case with the helper before.

Reviewer checklist

  • Test coverage seems ok.
  • Appropriate labels assigned.

Now that we're inside sidecar, we need to have the same uniqueness
characteristics of sidecar; in particular, there's one instance of
sidecar per uid, but not per (uid,gid) as was the case with the helper
before.
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.49%. Comparing base (31382ec) to head (dafdd41).
Report is 522 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2855      +/-   ##
============================================
- Coverage     81.05%   78.49%   -2.57%     
  Complexity     2517     2517              
============================================
  Files           146      173      +27     
  Lines         14654    18682    +4028     
  Branches          0      975     +975     
============================================
+ Hits          11878    14664    +2786     
- Misses         2776     3481     +705     
- Partials          0      537     +537     
Flag Coverage Δ
appsec-extension 69.11% <100.00%> (?)
tracer-extension 78.18% <ø> (ø)
tracer-php 82.27% <ø> (+0.01%) ⬆️

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

Files with missing lines Coverage Δ
appsec/src/extension/helper_process.c 61.97% <100.00%> (ø)

... and 27 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31382ec...dafdd41. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Copy Markdown
Collaborator

@bwoebi bwoebi left a comment

Choose a reason for hiding this comment

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

Looks trivial and is going to fix the existing issue.

@cataphract cataphract merged commit d1de56e into master Sep 17, 2024
@cataphract cataphract deleted the glopes/helper-no-guid branch September 17, 2024 14:58
@github-actions github-actions Bot added this to the 1.4.0 milestone Sep 17, 2024
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.

4 participants