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

vendor: update grpc #5948

Merged
merged 5 commits into from
Jul 15, 2016

Commits on Jul 14, 2016

  1. rpctypes: test error equivalence with Error()

    grpc.Errorf() now returns *rpcError, which makes comparisons shallow.
    Anthony Romano committed Jul 14, 2016
    Configuration menu
    Copy the full SHA
    51c5c30 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2016

  1. integration: test grpc error equivalence with Error()

    Anthony Romano committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    07ed4da View commit details
    Browse the repository at this point in the history
  2. vendor: update grpc

    Anthony Romano committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    d9a8a32 View commit details
    Browse the repository at this point in the history
  3. clientv3: use grpc.FailFast(false) for all calls

    Anthony Romano committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    d8f0ef0 View commit details
    Browse the repository at this point in the history
  4. integration: add FailFast(false) to failing tests

    Anthony Romano committed Jul 15, 2016
    Configuration menu
    Copy the full SHA
    b3f8490 View commit details
    Browse the repository at this point in the history