• Home
  • Raw
  • Download

Lines Matching refs:GPR_DEBUG

154   gpr_log(GPR_DEBUG, "Sending an empty rpc...");  in DoEmpty()
166 gpr_log(GPR_DEBUG, "Empty rpc done."); in DoEmpty()
207 gpr_log(GPR_DEBUG, in DoComputeEngineCreds()
218 gpr_log(GPR_DEBUG, "Got username %s", response.username().c_str()); in DoComputeEngineCreds()
219 gpr_log(GPR_DEBUG, "Got oauth_scope %s", response.oauth_scope().c_str()); in DoComputeEngineCreds()
225 gpr_log(GPR_DEBUG, "Large unary with compute engine creds done."); in DoComputeEngineCreds()
231 gpr_log(GPR_DEBUG, in DoOauth2AuthToken()
251 gpr_log(GPR_DEBUG, "Unary with oauth2 access token credentials done."); in DoOauth2AuthToken()
256 gpr_log(GPR_DEBUG, "Sending a unary rpc with per-rpc JWT access token ..."); in DoPerRpcCreds()
276 gpr_log(GPR_DEBUG, "Unary with per-rpc JWT access token done."); in DoPerRpcCreds()
281 gpr_log(GPR_DEBUG, in DoJwtTokenCreds()
293 gpr_log(GPR_DEBUG, "Large unary with JWT token creds done."); in DoJwtTokenCreds()
298 gpr_log(GPR_DEBUG, "Sending a large unary rpc..."); in DoLargeUnary()
304 gpr_log(GPR_DEBUG, "Large unary done."); in DoLargeUnary()
320 gpr_log(GPR_DEBUG, "Sending probe for compressed unary request."); in DoClientCompressedUnary()
326 gpr_log(GPR_DEBUG, "Compressed unary request probe failed"); in DoClientCompressedUnary()
329 gpr_log(GPR_DEBUG, "Compressed unary request probe succeeded. Proceeding."); in DoClientCompressedUnary()
337 gpr_log(GPR_DEBUG, "Sending compressed unary request %s.", log_suffix); in DoClientCompressedUnary()
347 gpr_log(GPR_DEBUG, "Compressed unary request failed %s", log_suffix); in DoClientCompressedUnary()
361 gpr_log(GPR_DEBUG, "Sending unary request for compressed response %s.", in DoServerCompressedUnary()
373 gpr_log(GPR_DEBUG, "Request for compressed unary failed %s", log_suffix); in DoServerCompressedUnary()
391 gpr_log(GPR_DEBUG, "Sending request steaming rpc ..."); in DoRequestStreaming()
422 gpr_log(GPR_DEBUG, "Receiving response streaming rpc ..."); in DoResponseStreaming()
456 gpr_log(GPR_DEBUG, "Response streaming done."); in DoResponseStreaming()
470 gpr_log(GPR_DEBUG, "Sending probe for compressed streaming request."); in DoClientCompressedStreaming()
483 gpr_log(GPR_DEBUG, "Compressed streaming request probe failed"); in DoClientCompressedStreaming()
486 gpr_log(GPR_DEBUG, in DoClientCompressedStreaming()
499 gpr_log(GPR_DEBUG, "Sending streaming request with compression enabled"); in DoClientCompressedStreaming()
509 gpr_log(GPR_DEBUG, "Sending streaming request with compression disabled"); in DoClientCompressedStreaming()
538 gpr_log(GPR_DEBUG, "Sending request streaming rpc %s.", log_suffix); in DoServerCompressedStreaming()
586 gpr_log(GPR_DEBUG, "Receiving response streaming rpc with slow consumer ..."); in DoResponseStreamingWithSlowConsumer()
603 gpr_log(GPR_DEBUG, "received message %d", i); in DoResponseStreamingWithSlowConsumer()
624 gpr_log(GPR_DEBUG, "Response streaming done."); in DoResponseStreamingWithSlowConsumer()
629 gpr_log(GPR_DEBUG, "Sending half-duplex streaming rpc ..."); in DoHalfDuplex()
671 gpr_log(GPR_DEBUG, "Half-duplex streaming rpc done."); in DoHalfDuplex()
676 gpr_log(GPR_DEBUG, "Sending Ping Pong streaming rpc ..."); in DoPingPong()
715 gpr_log(GPR_DEBUG, "Ping pong streaming done."); in DoPingPong()
720 gpr_log(GPR_DEBUG, "Sending request streaming rpc ..."); in DoCancelAfterBegin()
729 gpr_log(GPR_DEBUG, "Trying to cancel..."); in DoCancelAfterBegin()
738 gpr_log(GPR_DEBUG, "Canceling streaming done."); in DoCancelAfterBegin()
743 gpr_log(GPR_DEBUG, "Sending Ping Pong streaming rpc ..."); in DoCancelAfterFirstResponse()
767 gpr_log(GPR_DEBUG, "Trying to cancel..."); in DoCancelAfterFirstResponse()
771 gpr_log(GPR_DEBUG, "Canceling pingpong streaming done."); in DoCancelAfterFirstResponse()
776 gpr_log(GPR_DEBUG, in DoTimeoutOnSleepingServer()
797 gpr_log(GPR_DEBUG, "Pingpong streaming timeout done."); in DoTimeoutOnSleepingServer()
802 gpr_log(GPR_DEBUG, "Starting empty_stream."); in DoEmptyStream()
817 gpr_log(GPR_DEBUG, "empty_stream done."); in DoEmptyStream()
822 gpr_log(GPR_DEBUG, in DoStatusWithMessage()
863 gpr_log(GPR_DEBUG, "Done testing Status and Message"); in DoStatusWithMessage()
868 gpr_log(GPR_DEBUG, "Sending RPC with cacheable response"); in DoCacheableUnary()
889 gpr_log(GPR_DEBUG, "response 1 payload: %s", in DoCacheableUnary()
902 gpr_log(GPR_DEBUG, "response 2 payload: %s", in DoCacheableUnary()
924 gpr_log(GPR_DEBUG, "response 3 payload: %s", in DoCacheableUnary()
941 gpr_log(GPR_DEBUG, "Sending RPC with custom metadata"); in DoCustomMetadata()
966 gpr_log(GPR_DEBUG, "Done testing RPC with custom metadata"); in DoCustomMetadata()
970 gpr_log(GPR_DEBUG, "Sending stream with custom metadata"); in DoCustomMetadata()
1017 gpr_log(GPR_DEBUG, "Done testing stream with custom metadata"); in DoCustomMetadata()
1024 gpr_log(GPR_DEBUG, "Sending %d RPCs...", soak_iterations); in DoRpcSoakTest()
1034 gpr_log(GPR_DEBUG, "rpc_soak test done."); in DoRpcSoakTest()
1039 gpr_log(GPR_DEBUG, "Sending %d RPCs, tearing down the channel each time...", in DoChannelSoakTest()
1051 gpr_log(GPR_DEBUG, "channel_soak test done."); in DoChannelSoakTest()
1057 gpr_log(GPR_DEBUG, "Sending %d RPCs...", soak_iterations); in DoLongLivedChannelTest()
1064 gpr_log(GPR_DEBUG, "Sending RPC number %d...", i); in DoLongLivedChannelTest()
1074 gpr_log(GPR_DEBUG, "long_lived_channel test done."); in DoLongLivedChannelTest()
1077 gpr_log(GPR_DEBUG, "long_lived_channel test failed with %d rpc failures.", in DoLongLivedChannelTest()
1084 gpr_log(GPR_DEBUG, "Sending a request for an unimplemented service..."); in DoUnimplementedService()
1099 gpr_log(GPR_DEBUG, "unimplemented service done."); in DoUnimplementedService()
1104 gpr_log(GPR_DEBUG, "Sending a request for an unimplemented rpc..."); in DoUnimplementedMethod()
1118 gpr_log(GPR_DEBUG, "unimplemented rpc done."); in DoUnimplementedMethod()