Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Skip broken gRPC streaming test #430

Merged
merged 1 commit into from
Feb 9, 2018

Commits on Feb 9, 2018

  1. Skip broken gRPC streaming test

    gRPC introduced some behavioral changes that broke OpenCensus support
    for streaming outgoing calls.
    
    See grpc/grpc-go#1854.
    
    In the case of a failed response, gRPC doesn't call the stats
    handler with the stats.End message. Given we cannot recieve the
    end message, we cannot finish the client span started for the
    streaming request.
    
    Skip this test until we figure out whether we are implementing
    the streaming protocol properly or gRPC introduced a bug.
    rakyll committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    51c157e View commit details
    Browse the repository at this point in the history