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 datarace #6068

Merged
merged 8 commits into from
Aug 30, 2024
Merged

Fix datarace #6068

merged 8 commits into from
Aug 30, 2024

Conversation

Zensey
Copy link
Contributor

@Zensey Zensey commented Jul 24, 2024

Resolves: #6067

@Zensey Zensey self-assigned this Jul 24, 2024
@redhatua redhatua self-requested a review July 25, 2024 09:21
@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 16.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 28.56%. Comparing base (3174272) to head (2e9421c).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...s/wireguard/endpoint/netstack-provider/netstack.go 0.00% 2 Missing ⚠️
ci/packages/generate.go 0.00% 1 Missing ⚠️
ci/packages/package.go 0.00% 1 Missing ⚠️
services/wireguard/endpoint/netstack/netstack.go 0.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6068      +/-   ##
==========================================
- Coverage   37.92%   28.56%   -9.37%     
==========================================
  Files         371      520     +149     
  Lines       20715    29961    +9246     
==========================================
+ Hits         7856     8558     +702     
- Misses      12075    20585    +8510     
- Partials      784      818      +34     

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

@Zensey Zensey force-pushed the fix/datarace3 branch 2 times, most recently from 0eb1181 to cacdac5 Compare July 29, 2024 10:19
Copy link

stale bot commented Aug 15, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Aug 15, 2024
@stale stale bot removed the stale label Aug 30, 2024
Zensey added 8 commits August 30, 2024 14:37
…6067)

Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
Signed-off-by: Anton Litvinov <jnashicq@gmail.com>
@Zensey Zensey merged commit 1f879f5 into master Aug 30, 2024
19 checks passed
@Zensey Zensey deleted the fix/datarace3 branch August 30, 2024 10:54
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.

Data races #3
4 participants