grpc/test/cpp/qps
Tanvi Jagtap de9bdf7f8e [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269)
[grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT
Replacing GPR_ASSERT with absl CHECK

Will not be replacing CHECK with CHECK_EQ , CHECK_NE etc because there are too many callsites. Only a few - which fit into single - line regex will be changed. This would be small in number just to reduce the load later.

Replacing CHECK with CHECK_EQ , CHECK_NE etc could be done using Cider-V once these changes are submitted if we want to clean up later. Given that we have 5000+ instances of GPR_ASSERT to edit, Doing it manually is too much work for both the author and reviewer.

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #36269

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36269 from tanvi-jagtap:tjagtap_gpr_assert_qps 26dcf74e27
PiperOrigin-RevId: 623504407
2024-04-10 08:41:23 -07:00
..
BUILD [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
benchmark_config.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
benchmark_config.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
client.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
client_async.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
client_callback.cc [test] Enable callback benchmarks (#36055) 2024-03-05 14:47:25 -08:00
client_sync.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
driver.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
driver.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
histogram.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
inproc_sync_unary_ping_pong_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
interarrival.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
json_run_localhost.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
json_run_localhost_scenario_gen.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
json_run_localhost_scenarios.bzl [test] Enable callback benchmarks (#36055) 2024-03-05 14:47:25 -08:00
parse_json.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
parse_json.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
qps_benchmark_script.bzl [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
qps_interarrival_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
qps_json_driver.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
qps_json_driver_scenario_gen.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
qps_json_driver_scenarios.bzl [test] Enable callback benchmarks (#36055) 2024-03-05 14:47:25 -08:00
qps_openloop_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
qps_server_builder.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
qps_server_builder.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
qps_worker.cc [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36269) 2024-04-10 08:41:23 -07:00
qps_worker.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
report.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
report.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
scenario_generator_helper.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
scenario_runner.cc [load_file] remove grpc_load_file() in favor of grpc_core::LoadFile() (#35857) 2024-02-09 15:16:24 -08:00
scenario_runner.py [benchmark][reland] Local loadtest scenario runner (#34159) 2023-08-24 11:07:53 -07:00
secure_sync_unary_ping_pong_test.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
server.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
server_async.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
server_callback.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
server_sync.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
stats.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
usage_timer.cc [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2023-01-11 08:50:32 -08:00
usage_timer.h Fix include guards for src/ and test/ directories (#32167) 2023-01-20 16:27:27 -08:00
worker.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00