Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ GracefulStop
Method
GracefulStop
test/end2end_test.go:536–536 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
534
type
stopper
interface
{
535
Stop()
536
GracefulStop()
537
}
538
539
func
(te *test) tearDown() {
Callers
15
TestGracefulStop
Method · 0.65
TestGracefulStopClosesConnAfterLastStream
Method · 0.65
TestGracefulStopBlocksUntilGRPCConnectionsTerminate
Method · 0.65
testClientConnCloseAfterGoAwayWithActiveStream
Function · 0.65
testServerGoAway
Function · 0.65
testServerGoAwayPendingRPC
Function · 0.65
testServerMultipleGoAwayPendingRPC
Function · 0.65
testConcurrentClientConnCloseAndServerGoAway
Function · 0.65
testConcurrentServerStopAndGoAway
Function · 0.65
TestGoAwayThenClose
Method · 0.65
TestTwoGoAwayPingFrames
Method · 0.65
testServerGracefulStopIdempotent
Function · 0.65
Implementers
4
Server
server.go
wrapHS
test/end2end_test.go
GRPCServer
xds/server.go
fakeGRPCServer
xds/server_test.go
Calls
no outgoing calls
Tested by
15
TestGracefulStop
Method · 0.52
TestGracefulStopClosesConnAfterLastStream
Method · 0.52
TestGracefulStopBlocksUntilGRPCConnectionsTerminate
Method · 0.52
testClientConnCloseAfterGoAwayWithActiveStream
Function · 0.52
testServerGoAway
Function · 0.52
testServerGoAwayPendingRPC
Function · 0.52
testServerMultipleGoAwayPendingRPC
Function · 0.52
testConcurrentClientConnCloseAndServerGoAway
Function · 0.52
testConcurrentServerStopAndGoAway
Function · 0.52
TestGoAwayThenClose
Method · 0.52
TestTwoGoAwayPingFrames
Method · 0.52
testServerGracefulStopIdempotent
Function · 0.52