-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release-3.3: bump gRPC to 1.23 #10984
Commits on Jul 29, 2019
-
integration, functional: Eliminate direct use of gRPC transport pkg
gRPC has moved the transport package to an internal-only directory. This eliminates direct use of the transport package in the stress test in favor of the error code from gRPC that represents a connection problem. https://godoc.org/google.golang.org/grpc/internal/transport is the new location for the package, which says it's not intended to be imported directly. Instead, the maintainers suggested to use the code Unavailable to detect a connection problem. This change slightly reorganizes the stresser test error handling.
Configuration menu - View commit details
-
Copy full SHA for 530d4ce - Browse repository at this point
Copy the full SHA 530d4ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86300f3 - Browse repository at this point
Copy the full SHA 86300f3View commit details
Commits on Aug 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d6a3a4b - Browse repository at this point
Copy the full SHA d6a3a4bView commit details -
raft: fix logger variadic parameter
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b1807b4 - Browse repository at this point
Copy the full SHA b1807b4View commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for f310d95 - Browse repository at this point
Copy the full SHA f310d95View commit details -
clientv3: pass "grpc.WithBlock" on "TestDialTimeout"
Otherwise, grpc.DialContext would just return before connection is up. Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2e66b78 - Browse repository at this point
Copy the full SHA 2e66b78View commit details -
e2e: fix curl proclaim error message
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 75eb93a - Browse repository at this point
Copy the full SHA 75eb93aView commit details -
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8af6a3d - Browse repository at this point
Copy the full SHA 8af6a3dView commit details -
*: match with writers for gRPC traffic
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 00874d1 - Browse repository at this point
Copy the full SHA 00874d1View commit details -
clientv3: add "IsConnCanceled", deprecate "grpc.ErrClientConnClosing"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5d096a4 - Browse repository at this point
Copy the full SHA 5d096a4View commit details -
clientv3/integration: clientv3: Fix TLS test failures from gRPC bump
These changes were originally fixed in etcd-io#9860 commit 9304d1a Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 28211a3 - Browse repository at this point
Copy the full SHA 28211a3View commit details