-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(tar): data race fix #9309
fix(tar): data race fix #9309
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9309 +/- ##
==========================================
- Coverage 70.48% 63.54% -6.94%
==========================================
Files 515 635 +120
Lines 23150 32804 +9654
==========================================
+ Hits 16317 20846 +4529
- Misses 5776 10349 +4573
- Partials 1057 1609 +552 ☔ View full report in Codecov by Sentry. |
@ericzzzzzzz Hi! |
Thank you for the fix! |
p.s. pushed an empty commit to restart the failed job |
Fixes: #9308
Description
Found and fixed data race condition in tar.go