mirror of https://github.com/grpc/grpc-go.git
The short test timeout was causing the DialContext to return an error even if it was non-blocking when a large number of tests are executed simultaneously. The way I think we should do with is to stick with the normal time out but cancel the context promptly, instead of deferring it at the end to release resources. |
||
|---|---|---|
| .. | ||
| examples | ||
| internal/testutils | ||
| testdata | ||
| advancedtls.go | ||
| advancedtls_integration_test.go | ||
| advancedtls_test.go | ||
| crl.go | ||
| crl_test.go | ||
| go.mod | ||
| go.sum | ||
| sni.go | ||