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

Fix gRPC over cmux and add unit tests #1758

Merged

Commits on Aug 24, 2019

  1. Add unit test for gRPC over cmux

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 24, 2019
    Configuration menu
    Copy the full SHA
    e02e579 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Fix tests

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    c740205 View commit details
    Browse the repository at this point in the history
  2. Fix gRPC query service cmux

    breaking change: grpc/grpc-go#2406
    workaround described in:
    - soheilhy/cmux#64
    - https://github.com/soheilhy/cmux#limitations
    
    Signed-off-by: Christian Weichel <[email protected]>
    Christian Weichel authored and Yuri Shkuro committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    8c19517 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'issue-1754-query-grpc-cmux' into issue-1754-temp

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    b4c3495 View commit details
    Browse the repository at this point in the history
  4. Fix asertions

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    e2d474a View commit details
    Browse the repository at this point in the history
  5. Use DialContext

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    03cee53 View commit details
    Browse the repository at this point in the history
  6. Clean-up timeouts

    Signed-off-by: Yuri Shkuro <[email protected]>
    Yuri Shkuro committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    fecc9e9 View commit details
    Browse the repository at this point in the history