Skip to content

Commit

Permalink
fixup! tests: add server.Stop() and server.GracefulStop testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
fho committed Oct 27, 2023
1 parent 3feef89 commit c03201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gracefulstop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func (s) TestGracefulStopBlocksUntilGRPCConnectionsTerminate(t *testing.T) {
<-gracefulStopReturned
}

func (s) TestStopAbortsBlockingGAbortsBlockingGRPCCall(t *testing.T) {
func (s) TestStopAbortsBlockingGRPCCall(t *testing.T) {
// This tests ensures that when Stop() is called while an ongoing grpc
// call is blocking that:
// - Stop() returns
Expand Down

0 comments on commit c03201f

Please sign in to comment.