mirror of https://github.com/grpc/grpc-go.git
Add server.stop() to one transport test
This commit is contained in:
parent
5bf353f41b
commit
e8e6719e49
|
|
@ -553,6 +553,7 @@ func TestServerContextCanceledOnClosedConnection(t *testing.T) {
|
|||
case <-time.After(5 * time.Second):
|
||||
t.Fatalf("Failed to cancel the context of the sever side stream.")
|
||||
}
|
||||
server.stop()
|
||||
}
|
||||
|
||||
func TestServerWithMisbehavedClient(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue