Doug Fawley
|
0a391ff2b7
|
grpctest: add new package to manage tests and support per-test setup/teardown (#2523)
- Migrate `grpc` & `grpc/test` packages to use `Teardown` support to guarantee `leakcheck` is used
|
2019-01-07 14:24:56 -08:00 |
Menghan Li
|
f8063d3b62
|
tests: fix leak in TestDialParseTargetUnknownScheme (#2320)
Do a non-blocking send so if dial is called again in a retry, it won't block forever.
|
2018-09-27 13:50:06 -07:00 |
Menghan Li
|
b4a36ce6a6
|
go vet: fix composite literal uses unkeyed fields (#2005)
|
2018-04-19 17:16:53 -07:00 |
Menghan Li
|
f2620c3803
|
resolver: keep full unparsed target string if scheme in parsed target is not registered (#1943)
|
2018-03-27 13:58:27 -07:00 |
Menghan Li
|
90dca43332
|
resolver: always fall back to default resolver when target does not follow URI scheme (#1889)
Previously, any target with "://" would be handled according to the URI scheme even though it did not contain a third slash.
|
2018-03-08 14:00:17 -08:00 |
Menghan Li
|
0d57c57a68
|
Fix parseTarget for unix socket address without scheme (#1611)
|
2017-10-23 16:34:03 -07:00 |
Menghan Li
|
3f10311ccf
|
Make resolver Build() take a target struct (#1567)
|
2017-10-09 16:33:58 -07:00 |