Skip to content
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

Closed
wants to merge 11 commits into from

Commits on Jul 29, 2019

  1. 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.
    mbrannock authored and hexfusion committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    530d4ce View commit details
    Browse the repository at this point in the history
  2. vendor: bump

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    86300f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. wip

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    d6a3a4b View commit details
    Browse the repository at this point in the history
  2. raft: fix logger variadic parameter

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    b1807b4 View commit details
    Browse the repository at this point in the history
  3. travis: temp use 1.11.5

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    f310d95 View commit details
    Browse the repository at this point in the history
  4. clientv3: pass "grpc.WithBlock" on "TestDialTimeout"

    Otherwise, grpc.DialContext would just return before
    connection is up.
    
    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    2e66b78 View commit details
    Browse the repository at this point in the history
  5. e2e: fix curl proclaim error message

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    75eb93a View commit details
    Browse the repository at this point in the history
  6. set GRPC_GO_REQUIRE_HANDSHAKE

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    8af6a3d View commit details
    Browse the repository at this point in the history
  7. *: match with writers for gRPC traffic

    Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
    hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    00874d1 View commit details
    Browse the repository at this point in the history
  8. clientv3: add "IsConnCanceled", deprecate "grpc.ErrClientConnClosing"

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    5d096a4 View commit details
    Browse the repository at this point in the history
  9. 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>
    hexfusion committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    28211a3 View commit details
    Browse the repository at this point in the history