forked from census-instrumentation/opencensus-go
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
1 changed file
with
164 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters