]> git.feebdaed.xyz Git - 0xmirror/grpc-go.git/commit
client: move tests that rely on `Dial` to a separate file (#8707)
authorEaswar Swaminathan <easwars@google.com>
Fri, 14 Nov 2025 07:38:16 +0000 (23:38 -0800)
committerGitHub <noreply@github.com>
Fri, 14 Nov 2025 07:38:16 +0000 (23:38 -0800)
commitb83c044dc6b39e50f2d845b052b3c586e479a800
tree5dcd4d22117b9253c8e58d8c0cd8818b3568c6af
parentc0de489ba8fb862814e41b61f7506b143a547d0b
client: move tests that rely on `Dial` to a separate file (#8707)

This PR only moves some tests around, does not make any changes to the
tests.

Moving tests that rely on the behavior of `Dial` to a separate file
makes them easier to find and work with.

I will be cleaning up these tests a little in a follow up PR, and will
be adding a new test for https://github.com/grpc/grpc-go/issues/7686

RELEASE NOTES: none
clientconn_test.go
dial_test.go [new file with mode: 0644]
resolver_test.go