-
Notifications
You must be signed in to change notification settings - Fork 13
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
Sy 1245 fix race condition in auto controller #837
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #837 +/- ##
==========================================
+ Coverage 46.32% 46.33% +0.01%
==========================================
Files 1088 1088
Lines 67885 67895 +10
Branches 3512 3513 +1
==========================================
+ Hits 31447 31460 +13
+ Misses 35386 35382 -4
- Partials 1052 1053 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Fix Pull Request Template
Key Information
Description
Fixes 2 issues:
Receiver.processors
in which updating the processors throws an exception due to concurrent set iteration.** This change will break compatibility when using this version of the client with older versions of the server.**
Basic Readiness Checklist
Additional Notes
Manual QA Additions
with necessary manual QA steps to test my change.
Reviewer Checklist