-
Notifications
You must be signed in to change notification settings - Fork 101
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
[UDT PR 6/N] Add default controller to async controller registry #8050
[UDT PR 6/N] Add default controller to async controller registry #8050
Conversation
f300003
to
7fa4165
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8050 +/- ##
==========================================
+ Coverage 59.21% 59.22% +0.01%
==========================================
Files 579 579
Lines 38697 38723 +26
==========================================
+ Hits 22914 22934 +20
- Misses 14145 14150 +5
- Partials 1638 1639 +1 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
7fa4165
to
8c9dcf0
Compare
Functional test failure appeared to be contention in azure on a storage account. If it happens again I'll disable it. |
This change adds a "default" controller capability to the controller registry used by the async worker. This is needed for the dynamic-rp. Because the dynamic-rp is extensible, it processes many different types of operations, it's not possible for us to statically register all of these. Instead, the dynamic-rp will use this new default capability to register a single controller with dynamic functionality. Signed-off-by: Ryan Nowak <nowakra@gmail.com>
8c9dcf0
to
e91fcb0
Compare
@ytimocin - updated |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
This change adds a "default" controller capability to the controller registry used by the async worker. This is needed for the dynamic-rp. Because the dynamic-rp is extensible, it processes many different types of operations, it's not possible for us to statically register all of these. Instead, the dynamic-rp will use this new default capability to register a single controller with dynamic functionality.
Type of change
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: