We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6794530 commit 82cc8a4Copy full SHA for 82cc8a4
test/nginx_opentracing_test.py
@@ -14,8 +14,10 @@
14
import app_pb2_grpc as app_service
15
import docker
16
import grpc
17
+
18
try:
19
from absl import logging as absl_logging
20
21
# Prevent noisy "All log messages ..." banner
22
absl_logging.set_verbosity(absl_logging.INFO)
23
absl_logging.use_absl_handler()
@@ -134,6 +136,7 @@ def _setup_grpc(self):
134
136
except grpc.FutureTimeoutError as err:
135
137
raise RuntimeError("Error connecting to gRPC server") from err
138
return self.grpcConn
139
140
def tearDown(self):
141
self._stopDocker()
142
logdir = None
0 commit comments