MCPcopy
hub / github.com/grpc/grpc-go / TestWithBackoffConfigDefault

Method TestWithBackoffConfigDefault

clientconn_test.go:394–396  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

392}
393
394func (s) TestWithBackoffConfigDefault(t *testing.T) {
395 testBackoffConfigSet(t, internalbackoff.DefaultExponential)
396}
397
398func (s) TestWithBackoffConfig(t *testing.T) {
399 b := BackoffConfig{MaxDelay: DefaultBackoffConfig.MaxDelay / 2}

Callers

nothing calls this directly

Calls 1

testBackoffConfigSetFunction · 0.85

Tested by

no test coverage detected