Browse Source

functional: deprecate "grpc.ErrClientConnClosing"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 6 years ago
parent
commit
0bd27ea963
1 changed files with 0 additions and 3 deletions
  1. 0 3
      functional/tester/stresser_key.go

+ 0 - 3
functional/tester/stresser_key.go

@@ -176,9 +176,6 @@ func (s *keyStresser) isRetryableError(err error) bool {
 	case context.Canceled.Error():
 	case context.Canceled.Error():
 		// from stresser.Cancel method:
 		// from stresser.Cancel method:
 		return false
 		return false
-	case grpc.ErrClientConnClosing.Error():
-		// from stresser.Cancel method:
-		return false
 	}
 	}
 
 
 	if status.Convert(err).Code() == codes.Unavailable {
 	if status.Convert(err).Code() == codes.Unavailable {