This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip broken gRPC streaming test (#430)
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
JBD
authored
Feb 9, 2018
1 parent
63c0fd9
commit e3a3bdb
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