-
Notifications
You must be signed in to change notification settings - Fork 311
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
Fixes the issue with individual controller's update rate #1082
Fixes the issue with individual controller's update rate #1082
Conversation
Are you planning to move to step # 2? ;) |
Hello @bmagyar! Yes, I've worked on it a bit. This weekend I was in the mountains and just arrived back this evening. I'll try to get something done this week. The problem is I'm trying to figure out a way to achieve the same without breaking ABI, and this is a bit challenging.😅 |
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #1082 +/- ##
==========================================
- Coverage 34.61% 32.46% -2.16%
==========================================
Files 52 94 +42
Lines 2981 9986 +7005
Branches 1855 6724 +4869
==========================================
+ Hits 1032 3242 +2210
- Misses 310 790 +480
- Partials 1639 5954 +4315
Flags with carried forward coverage won't be shown. Click here to find out more.
|
925b09a
to
31f4f14
Compare
…er than the controller manager
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes look good to me apart from the question
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks great! Thanks!
@Mergifyio backport humble |
✅ Backports have been created
|
* added parameterized test for the controller's update rate check * added warning for the update rate to be a perfect factor * fix the issue with the period when the controller update rate is higher than the controller manager (cherry picked from commit ad70c9a)
This PR addresses the issue of the wong update rate of the individual controller's update rate: #872
Here we will add a test to reproduce the issue, then add a proper fix.