grpc/test/cpp/util
Vy Nguyen 70b26a1c7c
Upgrade benchmark to 1.6.0 and remove previous hacks. (#27778)
* Upgrade benchmark to 1.6.0 and remove hacks.

Details:
 - GRPC currently uses an old version of benchmark (from Sept 2020). It should probably upgrade because downstream, in google3, everyone is already using 1.6.0)
 - Removed the hack added in PR/27629 to allow benchmarks in GRPC to continue to work with both pre-1.6.0 and 1.6.0 benchmarks.
   (This was needed to allow importing benchmarks 1.6.0 into google3 without breaking GRPC)

* fix typo

* update third_party/benchmark and check_submodules.sh

* Upmerge from v1.41.x (#27821)

* Bump version to v1.41.0-pre1 (#27371)

* Bump version to v1.41.0-pre1

* Regenerate projects

* [Backport #27373] add testing_version flag (#27385)

* Bump version to v1.41.0-pre2 (#27390)

* Bump version to v1.41.0-pre2

* Regenerate projects

* Core 19: bump core version from 18.0.0 to 19.0.0 (#27394)

* Bump core version to 19.0.0

* Regenerate projects

* fix use-after-free metadata corruption in C# when receiving response headers for streaming response calls (#27398)

* Final release: bump up version to 1.41.0 (#27476)

* Bump version to 1.41.0

* Regenerate projects

* xds_k8s_test: increase timeout to 3 hours due to recent timeout failure (#27580)

* Revert "xds_k8s_test: increase timeout to 3 hours due to recent timeout failure (#27580)" (#27590)

This reverts commit da0c7d680f.

* Update root pem certs (backport of #27539) (#27619)

* Update boringssl to the latest (#27606) (#27625)

* Change boringssl branch name

* update submodule boringssl-with-bazel with origin/main-with-bazel

* update boringssl dependency to main-with-bazel commit SHA

* regenerate files

* Increment podspec version

* generate boringssl prefix headers

* Bumping up version to v1.41.1 (#27699)

* Bump version to v1.41.1

* Regenerate projects

* [Backport][v1.41.x] xds-k8s tests: Use test driver from master branch (#27695)

Backports sourcing the test driver install script from master.

This is a backport of #27389, #27462 and #27658:


* Add missing quatation marks.

These were missed when  creating the Python virtual env.

* xds-k8s tests: Use test driver from master branch (#27462)

Instead of directly sourcing the test driver provisioning script from the same branch, the script is downloaded (with curl) and sourced from the master branch.

This allows changes made to the test driver to be reflected in all future release branches. A separate PR will backport this change to existing release branches.

All cluster definitions are also moved to the install script, allowing any cluster changes to be done in one place in the master branch.

* xds_k8s tests: Fix xlang install script sourcing. (#27658)

This change sources the test driver install script correctly for the xlang tests.
This fixes a mistake in #27462 where this was missed.

* Fix Python Interop (#27620) (#27703)

* WIP. Attempt to fix interop

* Yapf

* Switch Python xDS Example Server to Listen on IPV4 Only (#27679)

* Switch to IPV4

* Update to all hosts

* Fix rvm ruby install failure (#27769)

Co-authored-by: donnadionne <donnadionne@google.com>
Co-authored-by: Lidi Zheng <lidiz@google.com>
Co-authored-by: Jan Tattermusch <jtattermusch@users.noreply.github.com>
Co-authored-by: sanjaypujare <sanjaypujare@users.noreply.github.com>
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
Co-authored-by: Esun Kim <veblush@google.com>
Co-authored-by: Terry Wilson <terrymwilson@gmail.com>
Co-authored-by: Richard Belleville <rbellevi@google.com>

* added perf_counters.cc manually since the script didn't work

Co-authored-by: Mark D. Roth <roth@google.com>
Co-authored-by: donnadionne <donnadionne@google.com>
Co-authored-by: Lidi Zheng <lidiz@google.com>
Co-authored-by: Jan Tattermusch <jtattermusch@users.noreply.github.com>
Co-authored-by: sanjaypujare <sanjaypujare@users.noreply.github.com>
Co-authored-by: Sergii Tkachenko <sergiitk@google.com>
Co-authored-by: Esun Kim <veblush@google.com>
Co-authored-by: Terry Wilson <terrymwilson@gmail.com>
Co-authored-by: Richard Belleville <rbellevi@google.com>
2021-10-27 08:55:42 -07:00
..
BUILD Add a test for a (now-illegal) build file construct (#27602) 2021-10-06 07:43:59 -07:00
byte_buffer_proto_helper.cc Fix by modernize-make-unique 2020-10-16 13:30:56 -07:00
byte_buffer_proto_helper.h Make namespace more explicit. 2018-11-07 19:48:14 -08:00
byte_buffer_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
channel_trace_proto_helper.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
channel_trace_proto_helper.h Convert channelz code to use new JSON API 2020-01-30 10:57:53 -08:00
channelz_sampler.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
channelz_sampler_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
cli_call.cc Revert "Revert "Move metadata setting into HPackParser (#27545)" (#27686)" (#27688) 2021-10-13 08:44:57 -07:00
cli_call.h Revert "Revert "Move metadata setting into HPackParser (#27545)" (#27686)" (#27688) 2021-10-13 08:44:57 -07:00
cli_call_test.cc Revert "Revert "Move metadata setting into HPackParser (#27545)" (#27686)" (#27688) 2021-10-13 08:44:57 -07:00
cli_credentials.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
cli_credentials.h Fix readability-const-return-type,readability-delete-null-pointer,readability-simplify-boolean-expr (#25628) 2021-03-09 21:30:35 -08:00
config_grpc_cli.h Unifying grpc build hacks 2018-10-24 17:25:51 -07:00
create_test_channel.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
create_test_channel.h Revert "Revert "Fold Channel and CompletionQueue from grpc_impl to grpc"" 2020-08-06 20:42:54 -07:00
error_details_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
grpc_cli.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
grpc_tool.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
grpc_tool.h Fix clang-tidy errors 2020-10-13 09:51:31 -07:00
grpc_tool_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
metrics_server.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
metrics_server.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
proto_file_parser.cc grpc_cli: allow multiple colon-separated paths in --proto_path (#24187) 2021-03-12 16:52:48 -08:00
proto_file_parser.h grpc_cli: allow multiple colon-separated paths in --proto_path (#24187) 2021-03-12 16:52:48 -08:00
proto_reflection_descriptor_database.cc Fix readability-const-return-type,readability-delete-null-pointer,readability-simplify-boolean-expr (#25628) 2021-03-09 21:30:35 -08:00
proto_reflection_descriptor_database.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
service_describer.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
service_describer.h Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
slice_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
string_ref_helper.cc Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
string_ref_helper.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
string_ref_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
subprocess.cc Move cmdline and subprocess from public gpr to test/core/util 2018-01-25 20:11:38 -08:00
subprocess.h Fix google-explicit-constructor 2020-12-03 15:03:39 -08:00
test_config.h Upgrade benchmark to 1.6.0 and remove previous hacks. (#27778) 2021-10-27 08:55:42 -07:00
test_config_cc.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
test_credentials_provider.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00
test_credentials_provider.h Replaced grpc::string with std::string 2020-06-29 17:56:36 -07:00
time_test.cc Adjust include order per style guide (#27175) 2021-09-08 12:14:44 -07:00