-
Notifications
You must be signed in to change notification settings - Fork 36
Allow using grpc dns target for interdomain scenarious #1571
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #1571 +/- ##
=======================================
Coverage ? 67.09%
=======================================
Files ? 261
Lines ? 12347
Branches ? 0
=======================================
Hits ? 8284
Misses ? 3535
Partials ? 528 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3b20292 to
c932ea9
Compare
Signed-off-by: denis-tingaikin <[email protected]>
c932ea9 to
3c5143f
Compare
Signed-off-by: Denis Tingaikin <[email protected]>
Signed-off-by: denis-tingaikin <[email protected]>
| require.Equal(t, name+"@"+domains[2].Name, list[0].Name) | ||
| } | ||
|
|
||
| func TestXX(t *testing.T) { |
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.
I think we should add some require in this test
| if b.domain.Registry != nil { | ||
| require.NoError(b.t, AddSRVEntry(b.dnsResolver, b.name, dnsresolve.DefaultRegistryService, CloneURL(b.domain.Registry.URL))) | ||
| func (b *Builder) addDNSRecords() { | ||
| if b.domain.DNSServer == nil { |
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.
Maybe add some warnings here? If DNSServer is not set
Description
Issue link
Closes #1507
Closes networkservicemesh/deployments-k8s#5435
Closes networkservicemesh/cmd-registry-proxy#1
Closes networkservicemesh/cmd-registry-proxy#2
Closes networkservicemesh/deployments-k8s#9318
Closes networkservicemesh/deployments-k8s#8343
How Has This Been Tested?
Types of changes