grpc/test/cpp/interop
Donna Dionne c85ce105ee Fixing a bug in cpp xds interop client after the use of absl::GetFlag
Code used absl::string_view to point into FLAG_xxx, when we changed
to uses absl::GetFlag, absl::string_view is pointing into temp variables
which results in undefined behaviour for the flags.
2020-11-15 15:30:43 -08:00
..
BUILD Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
client_helper.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
client_helper.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
grpclb_fallback_test.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
http2_client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
http2_client.h Manual fixes to enable performance- clang tidy checks 2018-06-14 14:58:09 -04:00
interop_client.cc clang-tidy: enable google-readability-braces-around-statements 2020-11-06 13:41:44 -08:00
interop_client.h Add interop test for special_status_message 2020-09-17 14:00:47 -07:00
interop_server.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
interop_server_bootstrap.cc Add TestEnvironment to more tests 2020-01-09 17:01:52 -08:00
interop_test.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
metrics_client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
reconnect_interop_client.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
reconnect_interop_server.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
server_helper.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
server_helper.h Try fixing interop tests 2020-04-10 16:43:30 -07:00
stress_interop_client.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
stress_interop_client.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
stress_test.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00
xds_interop_client.cc Fixing a bug in cpp xds interop client after the use of absl::GetFlag 2020-11-15 15:30:43 -08:00
xds_interop_server.cc Roll forward of commit 7883b51: Use abseil's flags in tests. 2020-11-06 16:07:19 +01:00