The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#) https://grpc.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Eugene Ostroukhov e73b76a7da [Test] Fix bug in waiting for the Orca OOB report (#35467) 1 year ago
..
BUILD [Test] Fix bug in waiting for the Orca OOB report (#35467) 1 year ago
README.md
backend_metrics_lb_policy.cc [Test] Fix bug in waiting for the Orca OOB report (#35467) 1 year ago
backend_metrics_lb_policy.h
backend_metrics_lb_policy_test.cc [Test] Fix bug in waiting for the Orca OOB report (#35467) 1 year ago
client.cc
client_helper.cc
client_helper.h
grpclb_fallback_test.cc
http2_client.cc
http2_client.h
interop_client.cc [Test] Fix bug in waiting for the Orca OOB report (#35467) 1 year ago
interop_client.h
interop_server.cc
interop_server_bootstrap.cc
interop_test.cc
interop_test_with_metadata_log.sh
istio_echo_server.cc
istio_echo_server_lib.cc
istio_echo_server_lib.h
istio_echo_server_test.cc
metrics_client.cc
observability_client.cc [OTel] Add a PluginOption API (#35434) 1 year ago
observability_interop_server_bootstrap.cc
pre_stop_hook_server.cc
pre_stop_hook_server.h
pre_stop_hook_server_test.cc
reconnect_interop_client.cc
reconnect_interop_server.cc
rpc_behavior_lb_policy.cc
rpc_behavior_lb_policy.h
server_helper.cc
server_helper.h
stress_interop_client.cc
stress_interop_client.h
stress_test.cc
xds_federation_client.cc
xds_interop_client.cc
xds_interop_server.cc [OTel] Experimental API for metrics (#35348) 1 year ago
xds_interop_server_lib.cc
xds_interop_server_lib.h
xds_interop_server_test.cc
xds_stats_watcher.cc
xds_stats_watcher.h
xds_stats_watcher_test.cc

README.md

Running a test locally during development

To start a server during development:

  1. Choose an available port number.
  2. Start the server:
GRPC_VERBOSITY=DEBUG ibazel run --compilation_mode=dbg //test/cpp/interop:interop_server -- --port={port_number}
  1. Start the client:
GRPC_VERBOSITY=DEBUG ibazel run --test_output=streamed //test/cpp/interop:interop_client -- --server_port={port_number} --test_case={test_case}