-
Notifications
You must be signed in to change notification settings - Fork 143
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: Make event descriptor building and accessing thread safe #10445
Conversation
litt3
commented
Dec 12, 2023
- closes EventDescriptor access is thread unsafe #10444
Signed-off-by: Austin Littley <austin@swirldslabs.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #10445 +/- ##
==========================================
Coverage 63.02% 63.02%
+ Complexity 30803 30799 -4
==========================================
Files 3359 3359
Lines 135279 135277 -2
Branches 14074 14073 -1
==========================================
Hits 85256 85256
+ Misses 46683 46672 -11
- Partials 3340 3349 +9 ☔ View full report in Codecov by Sentry. |
Node: E2E Test Results 1 files ± 0 1 suites ±0 23m 19s ⏱️ + 23m 19s Results for commit 642dc76. ± Comparison against base commit 6f00b68. This pull request removes 1 and adds 311 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Signed-off-by: Austin Littley <austin@swirldslabs.com>