grpc-go/test
Doug Fawley c0909e91a5
resolver: move dns and passthrough to internal (#3116)
Nobody should directly need to reference these packages.

This is technically a breaking change. However:

- Package dns was exporting a NewBuilder method. This should never have been necessary to use, but if so, it can be replaced by importing the "grpc" package and then using resolver.Get("dns").

- Package passthrough was not exporting any symbols and there was never a need to even blank-import it.

After as much searching as possible, it appears nobody in the open source community is referencing either of these packages.
2019-10-22 13:01:54 -07:00
..
bufconn bufconn: Implement read/write deadlines (#2959) 2019-08-20 10:47:14 -07:00
codec_perf internal: update proto library version (#3025) 2019-09-17 13:49:26 -07:00
go_vet internal: vet cleanups (#2405) 2018-10-26 15:50:46 -07:00
grpc_testing internal: update proto library version (#3025) 2019-09-17 13:49:26 -07:00
tools mod: move test/tools to a different module (#3086) 2019-10-14 09:31:07 -07:00
balancer_test.go balancer: filter out grpclb addresses if balancer is not grpclb (#2907) 2019-07-17 15:08:56 -07:00
channelz_linux_go110_test.go channelz: wait for clean up before next test (#2797) 2019-05-02 14:47:50 -07:00
channelz_test.go resolver: add State fields to support error handling (#2951) 2019-10-04 12:59:43 -07:00
context_canceled_test.go client: fix race between client-side stream cancellation and compressed server data arriving (#3054) 2019-10-01 10:47:40 -07:00
creds_test.go cleanup: fix typo in comment (#2657) 2019-03-14 13:12:48 -07:00
end2end_test.go resolver: move dns and passthrough to internal (#3116) 2019-10-22 13:01:54 -07:00
goaway_test.go client: fix race between transport draining and new RPCs (#2919) 2019-07-22 16:07:55 -07:00
gracefulstop_test.go server: immediately close all connections created after GracefulStop (#2903) 2019-07-12 13:14:19 -07:00
healthcheck_test.go test: embed Unimplemented___Server in every service (#3076) 2019-10-04 13:22:31 -07:00
race.go autofix license notice 2017-06-08 14:42:19 +02:00
rawConnWrapper.go Update go.mod for golang/x/tools and staticcheck (#2832) 2019-05-24 11:13:46 -07:00
retry_test.go bar: add ability to update resolver state atomically and pass directly to the balancer (#2693) 2019-03-22 10:48:55 -07:00
servertester.go Update go.mod for golang/x/tools and staticcheck (#2832) 2019-05-24 11:13:46 -07:00
stream_cleanup_test.go test: fix Test/GracefulStop by not removing activeStreams too aggresivelly (#2857) 2019-06-12 10:26:18 -07:00