Selaa lähdekoodia

functional: deprecate "grpc.ErrClientConnClosing"

Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
Gyuho Lee 7 vuotta sitten
vanhempi
commit
faa1d9d206
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  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():
 		// from stresser.Cancel method:
 		return false
-	case grpc.ErrClientConnClosing.Error():
-		// from stresser.Cancel method:
-		return false
 	}
 
 	if status.Convert(err).Code() == codes.Unavailable {