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.
 
 
 
 
 
 
Tanvi Jagtap 3c928436b4 [Gpr_To_Absl_Logging] Remove logging header from example and test/cpp folder (#37488) 3 months ago
..
BUILD [Gpr_To_Absl_Logging] Move function to test header form log.h (#36860) 6 months ago
README.md [testing]: Add "orca_per_rpc" test case (#32524) 2 years ago
backend_metrics_lb_policy.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
backend_metrics_lb_policy.h [clang-format] Remove requirement that port_platform.h is at the top (#36281) 8 months ago
backend_metrics_lb_policy_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 7 months ago
client.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
client_helper.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
client_helper.h [testing]: Add "orca_per_rpc" test case (#32524) 2 years ago
grpclb_fallback_test.cc [reorg] move src/core/lib/gpr -> src/core/util (#36543) 6 months ago
http2_client.cc [reorg] move src/core/lib/gpr -> src/core/util (#36543) 6 months ago
http2_client.h Convert c-style comments to C++-style comments (#31923) 2 years ago
interop_client.cc [Gpr_To_Absl_Logging] [Gpr_To_Absl_Logging] Minor log formatting fixes 5 months ago
interop_client.h [test] Allow set request/response size in interop soak test (#34010) 1 year ago
interop_server.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36636) 6 months ago
interop_server_bootstrap.cc [reorg] move test/core/util -> test/core/test_util (#36446) 7 months ago
interop_test.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36636) 6 months ago
interop_test_with_metadata_log.sh add --log_metadata_and_status feature to interop_client (#28021) 3 years ago
istio_echo_server.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
istio_echo_server_lib.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
istio_echo_server_lib.h Istio Echo: Add version string (#30477) 2 years ago
istio_echo_server_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 7 months ago
metrics_client.cc [Gpr_To_Absl_Logging] Remove logging header from example and test/cpp folder (#37488) 3 months ago
observability_client.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36636) 6 months ago
observability_interop_server_bootstrap.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
pre_stop_hook_server.cc [test interop] Add HookService to the maintenence server (#34413) 1 year ago
pre_stop_hook_server.h [clang-format] Remove requirement that port_platform.h is at the top (#36281) 8 months ago
pre_stop_hook_server_test.cc [test] Increase timeout in pre_stop_hook_server_test (#37126) 5 months ago
reconnect_interop_client.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36636) 6 months ago
reconnect_interop_server.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
rpc_behavior_lb_policy.cc [LB policy API] change metadata mutations to overwrite instead of append (#37075) 5 months ago
rpc_behavior_lb_policy.h [PSM Interop] Add custom_lb test client (#32757) 2 years ago
server_helper.cc Convert c-style comments to C++-style comments (#31923) 2 years ago
server_helper.h Convert c-style comments to C++-style comments (#31923) 2 years ago
stress_interop_client.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36678) 6 months ago
stress_interop_client.h Fix include guards for src/ and test/ directories (#32167) 2 years ago
stress_test.cc [Clean-up] Tidy fix (#37104) 5 months ago
xds_federation_client.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36636) 6 months ago
xds_interop_client.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36636) 6 months ago
xds_interop_server.cc [CSM] Stop using xDS enabled server for CSM observability tests (#36725) 6 months ago
xds_interop_server_lib.cc [CSM] Stop using xDS enabled server for CSM observability tests (#36725) 6 months ago
xds_interop_server_lib.h [CSM] Stop using xDS enabled server for CSM observability tests (#36725) 6 months ago
xds_interop_server_test.cc [CSM] Stop using xDS enabled server for CSM observability tests (#36725) 6 months ago
xds_stats_watcher.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - GPR_ASSERT (#36222) 8 months ago
xds_stats_watcher.h [PSM Interop] Return trailing metadata. (#34096) 1 year ago
xds_stats_watcher_test.cc [reorg] move test/core/util -> test/core/test_util (#36446) 7 months ago

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}