-
Notifications
You must be signed in to change notification settings - Fork 81
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
MESH-5405-Create prefixed SEs #336
base: master
Are you sure you want to change the base?
MESH-5405-Create prefixed SEs #336
Conversation
…dditional-SE-UnitTests
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 @@
## master #336 +/- ##
==========================================
- Coverage 71.83% 71.02% -0.81%
==========================================
Files 66 66
Lines 9269 9394 +125
==========================================
+ Hits 6658 6672 +14
- Misses 2251 2359 +108
- Partials 360 363 +3 ☔ View full report in Codecov by Sentry. |
Looks good - only thing is that need some comments to explain the service map structure and expectations of state syncer. Meaning, we should only have default and test keys, should only have one service in the array value for the test key, etc. (in getServiceEntryEndpoints) |
- Changed `testServiceKey` from "canary" to "testSvc" - Enhanced error handling to check for empty endpoints - Added detailed comments explaining service key usage scenarios - Improved logic to handle services with `testServiceKey` in endpoint assignment
# Conflicts: # admiral/pkg/clusters/configwriter.go
Checklist
🚨 Please review this repository's contribution guidelines.
Description
What does this change do and why?
Handles the canary, bluegreen, deployment to rollout migration
[Link to related ISSUE]
Thank you!