(t *testing.T)
| 992 | } |
| 993 | |
| 994 | func (s) TestServerGracefulStopIdempotent(t *testing.T) { |
| 995 | for _, e := range listTestEnv() { |
| 996 | if e.name == "handler-tls" { |
| 997 | continue |
| 998 | } |
| 999 | testServerGracefulStopIdempotent(t, e) |
| 1000 | } |
| 1001 | } |
| 1002 | |
| 1003 | func testServerGracefulStopIdempotent(t *testing.T, e env) { |
| 1004 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected