You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected behavior?
There should be a span since I ran intercept_server, as shown in test_server_interceptor.py
Additional context test_server_interceptor.py works, what is the difference between my code example and it (does my auto-generated pb2 not actually call channel.unary_unary)?
The actual example works properly (excluding server tracing of course), and can be instrumented by the client, see test_client_interceptor.py
also note that my PR did not change anything about the server interceptor, only the client
The text was updated successfully, but these errors were encountered:
Describe your environment
python3.7, working out of #878
Steps to reproduce
I have a sample gRPC server/client in #878, so checkout that and then run the test
It raises
What is the expected behavior?
There should be a span since I ran intercept_server, as shown in
test_server_interceptor.py
Additional context
test_server_interceptor.py
works, what is the difference between my code example and it (does my auto-generated pb2 not actually call channel.unary_unary)?The actual example works properly (excluding server tracing of course), and can be instrumented by the client, see
test_client_interceptor.py
also note that my PR did not change anything about the server interceptor, only the client
The text was updated successfully, but these errors were encountered: