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

WIP release-3.3: test grpc-go 1.22.1 #10952

Closed
wants to merge 10 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
  3. raft: fix logger variadic parameter

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

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

Commits on Jul 31, 2019

  1. 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 Jul 31, 2019
    Configuration menu
    Copy the full SHA
    796b3a4 View commit details
    Browse the repository at this point in the history
  2. e2e: fix curl proclaim error message

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

Commits on Aug 5, 2019

  1. set GRPC_GO_REQUIRE_HANDSHAKE

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

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

    Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
    gyuho authored and hexfusion committed Aug 5, 2019
    Configuration menu
    Copy the full SHA
    0840ffa View commit details
    Browse the repository at this point in the history
  4. backports from etcd-io#9860

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