aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/distrib/pylint_code.sh1
-rw-r--r--tools/doxygen/Doxyfile.c++4
-rw-r--r--tools/doxygen/Doxyfile.c++.internal4
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc8
-rw-r--r--tools/interop_matrix/client_matrix.py15
-rwxr-xr-xtools/run_tests/artifacts/build_artifact_python.sh5
-rw-r--r--tools/run_tests/generated/sources_and_headers.json440
-rw-r--r--tools/run_tests/generated/tests.json3622
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh8
9 files changed, 3695 insertions, 412 deletions
diff --git a/tools/distrib/pylint_code.sh b/tools/distrib/pylint_code.sh
index d17eb9fdb8..8a5f7af6c6 100755
--- a/tools/distrib/pylint_code.sh
+++ b/tools/distrib/pylint_code.sh
@@ -24,6 +24,7 @@ DIRS=(
'src/python/grpcio_health_checking/grpc_health'
'src/python/grpcio_reflection/grpc_reflection'
'src/python/grpcio_testing/grpc_testing'
+ 'src/python/grpcio_status/grpc_status'
)
TEST_DIRS=(
diff --git a/tools/doxygen/Doxyfile.c++ b/tools/doxygen/Doxyfile.c++
index 5c19711ee9..1ab3a394b9 100644
--- a/tools/doxygen/Doxyfile.c++
+++ b/tools/doxygen/Doxyfile.c++
@@ -925,6 +925,7 @@ include/grpc/support/thd_id.h \
include/grpc/support/time.h \
include/grpc/support/workaround_list.h \
include/grpcpp/alarm.h \
+include/grpcpp/alarm_impl.h \
include/grpcpp/channel.h \
include/grpcpp/client_context.h \
include/grpcpp/completion_queue.h \
@@ -1007,10 +1008,13 @@ include/grpcpp/support/async_unary_call.h \
include/grpcpp/support/byte_buffer.h \
include/grpcpp/support/channel_arguments.h \
include/grpcpp/support/client_callback.h \
+include/grpcpp/support/client_interceptor.h \
include/grpcpp/support/config.h \
+include/grpcpp/support/interceptor.h \
include/grpcpp/support/proto_buffer_reader.h \
include/grpcpp/support/proto_buffer_writer.h \
include/grpcpp/support/server_callback.h \
+include/grpcpp/support/server_interceptor.h \
include/grpcpp/support/slice.h \
include/grpcpp/support/status.h \
include/grpcpp/support/status_code_enum.h \
diff --git a/tools/doxygen/Doxyfile.c++.internal b/tools/doxygen/Doxyfile.c++.internal
index 0e65bf6daa..5f488d5194 100644
--- a/tools/doxygen/Doxyfile.c++.internal
+++ b/tools/doxygen/Doxyfile.c++.internal
@@ -926,6 +926,7 @@ include/grpc/support/thd_id.h \
include/grpc/support/time.h \
include/grpc/support/workaround_list.h \
include/grpcpp/alarm.h \
+include/grpcpp/alarm_impl.h \
include/grpcpp/channel.h \
include/grpcpp/client_context.h \
include/grpcpp/completion_queue.h \
@@ -1009,10 +1010,13 @@ include/grpcpp/support/async_unary_call.h \
include/grpcpp/support/byte_buffer.h \
include/grpcpp/support/channel_arguments.h \
include/grpcpp/support/client_callback.h \
+include/grpcpp/support/client_interceptor.h \
include/grpcpp/support/config.h \
+include/grpcpp/support/interceptor.h \
include/grpcpp/support/proto_buffer_reader.h \
include/grpcpp/support/proto_buffer_writer.h \
include/grpcpp/support/server_callback.h \
+include/grpcpp/support/server_interceptor.h \
include/grpcpp/support/slice.h \
include/grpcpp/support/status.h \
include/grpcpp/support/status_code_enum.h \
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index 114dc2ef55..ce054ac259 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -19,14 +19,6 @@
launchctl limit maxfiles
ulimit -a
-# synchronize the clock
-date
-sudo systemsetup -setusingnetworktime off
-sudo systemsetup -setnetworktimeserver "$( ipconfig getoption en0 server_identifier )"
-sudo systemsetup -settimezone America/Los_Angeles
-sudo systemsetup -setusingnetworktime on
-date
-
# Add GCP credentials for BQ access
pip install google-api-python-client oauth2client --user python
export GOOGLE_APPLICATION_CREDENTIALS=${KOKORO_GFILE_DIR}/GrpcTesting-d0eeee2db331.json
diff --git a/tools/interop_matrix/client_matrix.py b/tools/interop_matrix/client_matrix.py
index 931beddb9c..c0b08a59b2 100644
--- a/tools/interop_matrix/client_matrix.py
+++ b/tools/interop_matrix/client_matrix.py
@@ -104,6 +104,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'go': [
{
@@ -260,6 +263,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'node': [
{
@@ -354,6 +360,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'php': [
{
@@ -404,6 +413,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
'csharp': [
{
@@ -459,6 +471,9 @@ LANG_RELEASE_MATRIX = {
{
'v1.16.0': None
},
+ {
+ 'v1.17.1': None
+ },
],
}
diff --git a/tools/run_tests/artifacts/build_artifact_python.sh b/tools/run_tests/artifacts/build_artifact_python.sh
index 605470325a..e451ced338 100755
--- a/tools/run_tests/artifacts/build_artifact_python.sh
+++ b/tools/run_tests/artifacts/build_artifact_python.sh
@@ -123,6 +123,11 @@ then
${SETARCH_CMD} "${PYTHON}" src/python/grpcio_reflection/setup.py \
preprocess build_package_protos sdist
cp -r src/python/grpcio_reflection/dist/* "$ARTIFACT_DIR"
+
+ # Build grpcio_status source distribution
+ ${SETARCH_CMD} "${PYTHON}" src/python/grpcio_status/setup.py \
+ preprocess sdist
+ cp -r src/python/grpcio_status/dist/* "$ARTIFACT_DIR"
fi
cp -r dist/* "$ARTIFACT_DIR"
diff --git a/tools/run_tests/generated/sources_and_headers.json b/tools/run_tests/generated/sources_and_headers.json
index 2451101f58..46e5d54c85 100644
--- a/tools/run_tests/generated/sources_and_headers.json
+++ b/tools/run_tests/generated/sources_and_headers.json
@@ -4,7 +4,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -21,7 +20,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -36,7 +36,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -53,7 +52,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -70,7 +68,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -87,7 +84,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -102,8 +100,8 @@
{
"deps": [
"gpr",
- "gpr_test_util",
- "grpc"
+ "grpc",
+ "grpc_test_util"
],
"headers": [],
"is_filegroup": false,
@@ -118,7 +116,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util",
"test_tcp_server"
@@ -166,7 +163,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -183,7 +179,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -215,7 +210,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -232,7 +226,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -249,7 +242,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -266,7 +258,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -283,7 +274,7 @@
{
"deps": [
"gpr",
- "gpr_test_util",
+ "grpc",
"grpc_test_util"
],
"headers": [],
@@ -299,7 +290,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -316,7 +306,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -333,7 +322,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -350,7 +338,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -367,7 +354,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -384,7 +370,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -401,7 +386,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -418,7 +402,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -435,7 +418,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -452,7 +434,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -469,7 +450,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -486,7 +466,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -503,8 +482,8 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
+ "grpc_test_util",
"transport_security_test_lib"
],
"headers": [],
@@ -520,7 +499,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -537,7 +515,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -554,7 +531,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -571,7 +547,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -588,7 +563,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -605,7 +579,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -622,7 +595,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -637,7 +611,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -654,7 +627,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -669,7 +643,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -684,7 +659,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -699,7 +675,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -714,7 +691,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -729,7 +707,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -744,7 +723,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -759,7 +739,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -774,7 +755,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -789,7 +771,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -804,7 +787,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -819,7 +803,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -834,7 +819,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -849,7 +835,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -866,7 +851,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -883,7 +867,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -900,7 +883,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -917,7 +899,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -934,7 +915,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -951,7 +931,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -968,7 +947,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1001,7 +979,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1018,7 +995,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1035,7 +1011,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1052,7 +1027,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1069,7 +1043,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1102,7 +1075,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1119,7 +1091,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1152,7 +1123,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1169,7 +1139,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1190,7 +1159,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1211,7 +1179,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1243,7 +1210,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1260,7 +1226,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1277,7 +1242,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1294,7 +1258,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1311,7 +1274,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1328,7 +1290,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1345,7 +1306,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1362,7 +1322,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1379,7 +1338,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1396,7 +1354,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1413,7 +1370,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1433,7 +1389,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1450,7 +1405,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1467,7 +1421,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1484,7 +1437,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1501,7 +1453,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1518,7 +1469,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1535,7 +1485,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1552,7 +1501,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1569,7 +1517,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1586,7 +1533,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1603,7 +1549,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1620,7 +1565,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1637,7 +1581,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1654,7 +1597,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1671,7 +1613,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1688,7 +1629,8 @@
{
"deps": [
"gpr",
- "gpr_test_util"
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
],
"headers": [],
"is_filegroup": false,
@@ -1703,7 +1645,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1720,7 +1661,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1737,7 +1677,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1754,7 +1693,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1771,7 +1709,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1788,7 +1725,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1805,7 +1741,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1822,7 +1757,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1839,7 +1773,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1856,7 +1789,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1873,7 +1805,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1890,7 +1821,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1907,7 +1837,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1924,7 +1853,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1941,7 +1869,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1958,7 +1885,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1975,7 +1901,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -1992,7 +1917,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2009,7 +1933,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2026,7 +1949,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2043,7 +1965,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2060,7 +1981,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2077,7 +1997,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2094,7 +2013,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2111,7 +2029,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2128,8 +2045,8 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
+ "grpc_test_util",
"transport_security_test_lib"
],
"headers": [],
@@ -2145,7 +2062,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2162,7 +2078,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2179,7 +2094,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2196,7 +2110,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2213,7 +2126,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2230,7 +2142,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2247,7 +2158,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2264,7 +2174,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2281,7 +2190,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2298,7 +2206,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2315,7 +2222,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2332,7 +2238,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2349,7 +2254,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2366,7 +2270,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2383,7 +2286,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2400,7 +2302,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2417,7 +2318,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2434,7 +2334,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2451,7 +2350,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2468,7 +2366,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
"grpc_test_util_unsecure",
@@ -2504,8 +2401,8 @@
"deps": [
"alts_test_util",
"gpr",
- "gpr_test_util",
- "grpc"
+ "grpc",
+ "grpc_test_util"
],
"headers": [],
"is_filegroup": false,
@@ -2696,7 +2593,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -2715,7 +2611,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -2734,7 +2629,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -2751,7 +2645,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -2771,7 +2664,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2793,7 +2685,27 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
+ "grpc++_test_config",
+ "grpc++_test_util_unsecure",
+ "grpc++_unsecure",
+ "grpc_benchmark",
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c++",
+ "name": "bm_byte_buffer",
+ "src": [
+ "test/cpp/microbenchmarks/bm_byte_buffer.cc"
+ ],
+ "third_party": false,
+ "type": "target"
+ },
+ {
+ "deps": [
+ "benchmark",
+ "gpr",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2815,7 +2727,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2837,7 +2748,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2859,7 +2769,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2881,7 +2790,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2903,7 +2811,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2925,7 +2832,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2947,7 +2853,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2969,7 +2874,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -2994,7 +2898,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -3019,7 +2922,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -3041,7 +2943,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -3066,7 +2967,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -3088,7 +2988,6 @@
"deps": [
"benchmark",
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -3109,7 +3008,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -3158,7 +3056,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -3179,7 +3076,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -3199,7 +3095,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3220,7 +3115,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -3271,7 +3165,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -3288,7 +3181,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3308,7 +3200,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3327,7 +3218,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3350,7 +3240,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3369,7 +3258,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3388,7 +3276,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3411,7 +3298,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3510,7 +3396,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -3543,7 +3428,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc_test_util"
@@ -3561,7 +3445,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc_test_util"
@@ -3594,7 +3477,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc_test_util"
@@ -3612,7 +3494,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3654,7 +3535,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3673,7 +3553,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3692,7 +3571,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3793,7 +3671,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -3880,7 +3757,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_codegen_proto",
@@ -3931,7 +3807,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -3954,7 +3829,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -3976,7 +3850,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -3998,7 +3871,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4034,7 +3906,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4053,7 +3924,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -4072,7 +3942,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_core_stats",
@@ -4094,7 +3963,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -4114,7 +3982,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -4135,7 +4002,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++_test_config",
"grpc_test_util"
@@ -4153,7 +4019,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -4173,7 +4038,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -4215,7 +4079,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4239,7 +4102,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4272,7 +4134,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -4291,7 +4152,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_proto_reflection_desc_db",
@@ -4329,7 +4189,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -4350,7 +4209,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_core_stats",
@@ -4372,7 +4230,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_core_stats",
@@ -4394,7 +4251,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_core_stats",
@@ -4421,7 +4277,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4440,7 +4295,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -4470,7 +4324,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -4502,7 +4355,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -4521,7 +4373,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -4540,7 +4391,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -4557,7 +4407,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4576,7 +4425,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_core_stats",
@@ -4598,7 +4446,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4617,7 +4464,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
"grpc_test_util_unsecure",
@@ -4643,7 +4489,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
"grpc_test_util_unsecure",
@@ -4669,7 +4514,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test",
@@ -4688,7 +4532,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4707,7 +4550,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4726,7 +4568,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4745,7 +4586,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4768,7 +4608,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
"grpc_test_util_unsecure",
@@ -4794,7 +4633,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4813,7 +4651,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -4830,7 +4667,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -4847,7 +4683,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++_test_util",
"grpc_test_util"
@@ -4893,7 +4728,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -4912,7 +4746,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -4975,7 +4808,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
"grpc_test_util_unsecure",
@@ -4994,7 +4826,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -5029,7 +4860,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_util",
@@ -5817,7 +5647,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5835,7 +5664,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5853,7 +5681,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5871,7 +5698,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5889,7 +5715,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5907,7 +5732,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5925,7 +5749,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5943,7 +5766,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5961,7 +5783,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5979,7 +5800,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -5997,7 +5817,6 @@
"deps": [
"bad_client_test",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6015,7 +5834,6 @@
"deps": [
"bad_ssl_test_server",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6032,7 +5850,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6050,7 +5867,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6068,7 +5884,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6086,7 +5901,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6104,7 +5918,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6122,7 +5935,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6140,7 +5952,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6158,7 +5969,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6176,7 +5986,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6194,7 +6003,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6212,16 +6020,49 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
"headers": [],
"is_filegroup": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_ipv4_test",
"src": [
- "test/core/end2end/fixtures/h2_local.cc"
+ "test/core/end2end/fixtures/h2_local_ipv4.cc"
+ ],
+ "third_party": false,
+ "type": "target"
+ },
+ {
+ "deps": [
+ "end2end_tests",
+ "gpr",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "src": [
+ "test/core/end2end/fixtures/h2_local_ipv6.cc"
+ ],
+ "third_party": false,
+ "type": "target"
+ },
+ {
+ "deps": [
+ "end2end_tests",
+ "gpr",
+ "grpc",
+ "grpc_test_util"
+ ],
+ "headers": [],
+ "is_filegroup": false,
+ "language": "c",
+ "name": "h2_local_uds_test",
+ "src": [
+ "test/core/end2end/fixtures/h2_local_uds.cc"
],
"third_party": false,
"type": "target"
@@ -6230,7 +6071,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6248,7 +6088,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6266,7 +6105,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6284,7 +6122,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6302,7 +6139,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6320,7 +6156,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6338,7 +6173,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6356,7 +6190,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6374,7 +6207,6 @@
"deps": [
"end2end_tests",
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6392,7 +6224,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6410,7 +6241,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6428,7 +6258,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6446,7 +6275,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6464,7 +6292,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6482,7 +6309,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6500,7 +6326,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6518,7 +6343,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6536,7 +6360,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6554,7 +6377,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6572,7 +6394,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6590,7 +6411,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6608,7 +6428,6 @@
"deps": [
"end2end_nosec_tests",
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -6625,7 +6444,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -6645,7 +6463,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -6665,7 +6482,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -6685,7 +6501,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -6705,7 +6520,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc++_test_config",
"grpc++_test_util_unsecure",
"grpc++_unsecure",
@@ -6725,7 +6539,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -6745,7 +6558,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -6765,7 +6577,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6783,7 +6594,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6801,7 +6611,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6819,7 +6628,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6837,7 +6645,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6855,7 +6662,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6873,7 +6679,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6891,7 +6696,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6909,7 +6713,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6927,7 +6730,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6945,7 +6747,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6963,7 +6764,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6981,7 +6781,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -6999,7 +6798,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -7071,23 +6869,6 @@
},
{
"deps": [
- "gpr"
- ],
- "headers": [
- "test/core/util/test_config.h"
- ],
- "is_filegroup": false,
- "language": "c",
- "name": "gpr_test_util",
- "src": [
- "test/core/util/test_config.cc",
- "test/core/util/test_config.h"
- ],
- "third_party": false,
- "type": "lib"
- },
- {
- "deps": [
"census",
"gpr",
"grpc_base",
@@ -7142,7 +6923,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util_base"
],
@@ -7168,7 +6948,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc_test_util_base",
"grpc_unsecure"
],
@@ -7217,7 +6996,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util",
"test_tcp_server"
@@ -7238,7 +7016,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -7751,7 +7528,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -7806,7 +7582,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc++",
"grpc++_test_config",
@@ -8893,7 +8668,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -8913,7 +8687,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -8933,7 +8706,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc",
"grpc_test_util"
],
@@ -9034,7 +8806,6 @@
{
"deps": [
"gpr",
- "gpr_test_util",
"grpc_test_util_unsecure",
"grpc_unsecure"
],
@@ -10652,7 +10423,6 @@
"deps": [
"cmdline",
"gpr",
- "gpr_test_util",
"grpc_base",
"grpc_client_channel",
"grpc_transport_chttp2"
@@ -10661,6 +10431,7 @@
"src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h",
"test/core/end2end/cq_verifier.h",
"test/core/end2end/fixtures/http_proxy_fixture.h",
+ "test/core/end2end/fixtures/local_util.h",
"test/core/end2end/fixtures/proxy.h",
"test/core/iomgr/endpoint_tests.h",
"test/core/util/debugger_macros.h",
@@ -10675,6 +10446,7 @@
"test/core/util/port_server_client.h",
"test/core/util/slice_splitter.h",
"test/core/util/subprocess.h",
+ "test/core/util/test_config.h",
"test/core/util/tracer_util.h",
"test/core/util/trickle_endpoint.h"
],
@@ -10688,6 +10460,8 @@
"test/core/end2end/cq_verifier.h",
"test/core/end2end/fixtures/http_proxy_fixture.cc",
"test/core/end2end/fixtures/http_proxy_fixture.h",
+ "test/core/end2end/fixtures/local_util.cc",
+ "test/core/end2end/fixtures/local_util.h",
"test/core/end2end/fixtures/proxy.cc",
"test/core/end2end/fixtures/proxy.h",
"test/core/iomgr/endpoint_tests.cc",
@@ -10718,6 +10492,8 @@
"test/core/util/subprocess.h",
"test/core/util/subprocess_posix.cc",
"test/core/util/subprocess_windows.cc",
+ "test/core/util/test_config.cc",
+ "test/core/util/test_config.h",
"test/core/util/tracer_util.cc",
"test/core/util/tracer_util.h",
"test/core/util/trickle_endpoint.cc",
@@ -11447,6 +11223,7 @@
"include/grpc++/support/sync_stream.h",
"include/grpc++/support/time.h",
"include/grpcpp/alarm.h",
+ "include/grpcpp/alarm_impl.h",
"include/grpcpp/channel.h",
"include/grpcpp/client_context.h",
"include/grpcpp/completion_queue.h",
@@ -11484,10 +11261,13 @@
"include/grpcpp/support/byte_buffer.h",
"include/grpcpp/support/channel_arguments.h",
"include/grpcpp/support/client_callback.h",
+ "include/grpcpp/support/client_interceptor.h",
"include/grpcpp/support/config.h",
+ "include/grpcpp/support/interceptor.h",
"include/grpcpp/support/proto_buffer_reader.h",
"include/grpcpp/support/proto_buffer_writer.h",
"include/grpcpp/support/server_callback.h",
+ "include/grpcpp/support/server_interceptor.h",
"include/grpcpp/support/slice.h",
"include/grpcpp/support/status.h",
"include/grpcpp/support/status_code_enum.h",
@@ -11552,6 +11332,7 @@
"include/grpc++/support/sync_stream.h",
"include/grpc++/support/time.h",
"include/grpcpp/alarm.h",
+ "include/grpcpp/alarm_impl.h",
"include/grpcpp/channel.h",
"include/grpcpp/client_context.h",
"include/grpcpp/completion_queue.h",
@@ -11589,10 +11370,13 @@
"include/grpcpp/support/byte_buffer.h",
"include/grpcpp/support/channel_arguments.h",
"include/grpcpp/support/client_callback.h",
+ "include/grpcpp/support/client_interceptor.h",
"include/grpcpp/support/config.h",
+ "include/grpcpp/support/interceptor.h",
"include/grpcpp/support/proto_buffer_reader.h",
"include/grpcpp/support/proto_buffer_writer.h",
"include/grpcpp/support/server_callback.h",
+ "include/grpcpp/support/server_interceptor.h",
"include/grpcpp/support/slice.h",
"include/grpcpp/support/status.h",
"include/grpcpp/support/status_code_enum.h",
diff --git a/tools/run_tests/generated/tests.json b/tools/run_tests/generated/tests.json
index cc28e52ae2..3a348e4a92 100644
--- a/tools/run_tests/generated/tests.json
+++ b/tools/run_tests/generated/tests.json
@@ -3377,6 +3377,28 @@
"flaky": false,
"gtest": false,
"language": "c++",
+ "name": "bm_byte_buffer",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "uses_polling": false
+ },
+ {
+ "args": [],
+ "benchmark": true,
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [],
+ "flaky": false,
+ "gtest": false,
+ "language": "c++",
"name": "bm_call_create",
"platforms": [
"linux",
@@ -22354,7 +22376,3457 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "bad_hostname"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "bad_ping"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "binary_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "call_creds"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_accept"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_client_done"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_invoke"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_round_trip"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_before_invoke"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_in_a_vacuum"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_with_status"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "channelz"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "compressed_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "connectivity"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "disappearing_server"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": true,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "empty_batch"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_call_init_fails"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_causes_close"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_latency"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_status_code"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "graceful_server_shutdown"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "high_initial_seqno"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "hpack_size"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "idempotent_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "invoke_large_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "keepalive_timeout"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "large_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_concurrent_streams"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_connection_age"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_connection_idle"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_message_length"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "negative_deadline"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "network_status_change"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "no_error_on_hotpath"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "no_logging"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "no_op"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "ping"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "ping_pong_streaming"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "registered_call"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "request_with_flags"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "request_with_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "resource_quota_server"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_cancellation"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_disabled"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_exceeds_buffer_size_in_initial_batch"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_exceeds_buffer_size_in_subsequent_batch"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_non_retriable_status"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_non_retriable_status_before_recv_trailing_metadata_started"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_recv_initial_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_recv_message"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_server_pushback_delay"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_server_pushback_disabled"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_streaming"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_streaming_after_commit"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_streaming_succeeds_before_replay_finished"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_throttled"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_too_many_attempts"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "server_finishes_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "shutdown_finishes_calls"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "shutdown_finishes_tags"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_cacheable_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_delayed_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "stream_compression_compressed_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "stream_compression_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "stream_compression_ping_pong_streaming"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "streaming_error_response"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "trailing_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "workaround_cronet_compression"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "write_buffering"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "write_buffering_at_end"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv4_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "authority_not_supported"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "bad_hostname"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "bad_ping"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "binary_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "call_creds"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_accept"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_client_done"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_invoke"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_after_round_trip"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_before_invoke"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_in_a_vacuum"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "cancel_with_status"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "channelz"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "compressed_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "connectivity"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "disappearing_server"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": true,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "empty_batch"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_call_init_fails"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_causes_close"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_latency"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "filter_status_code"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "graceful_server_shutdown"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "high_initial_seqno"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "hpack_size"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "idempotent_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "invoke_large_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "keepalive_timeout"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "large_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_concurrent_streams"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_connection_age"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_connection_idle"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "max_message_length"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "negative_deadline"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "network_status_change"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "no_error_on_hotpath"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "no_logging"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "no_op"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "ping"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "ping_pong_streaming"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "registered_call"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "request_with_flags"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "request_with_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "resource_quota_server"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_cancellation"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_disabled"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_exceeds_buffer_size_in_initial_batch"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_exceeds_buffer_size_in_subsequent_batch"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_non_retriable_status"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_non_retriable_status_before_recv_trailing_metadata_started"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_recv_initial_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_recv_message"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_server_pushback_delay"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_server_pushback_disabled"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_streaming"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_streaming_after_commit"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_streaming_succeeds_before_replay_finished"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_throttled"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "retry_too_many_attempts"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "server_finishes_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "shutdown_finishes_calls"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "shutdown_finishes_tags"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_cacheable_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_delayed_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "simple_request"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "stream_compression_compressed_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "stream_compression_payload"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "stream_compression_ping_pong_streaming"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "streaming_error_response"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "trailing_metadata"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "workaround_cronet_compression"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "write_buffering"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "write_buffering_at_end"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 0.1,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_ipv6_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ]
+ },
+ {
+ "args": [
+ "authority_not_supported"
+ ],
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
+ "cpu_cost": 1.0,
+ "exclude_configs": [],
+ "exclude_iomgrs": [
+ "uv"
+ ],
+ "flaky": false,
+ "language": "c",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22377,7 +25849,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22400,7 +25872,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22423,7 +25895,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22446,7 +25918,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22469,7 +25941,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22492,7 +25964,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22515,7 +25987,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22538,7 +26010,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22561,7 +26033,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22584,7 +26056,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22607,7 +26079,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22630,7 +26102,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22653,7 +26125,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22676,7 +26148,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22699,7 +26171,7 @@
],
"flaky": true,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22722,7 +26194,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22745,7 +26217,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22768,7 +26240,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22791,7 +26263,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22814,7 +26286,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22837,7 +26309,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22860,7 +26332,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22883,7 +26355,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22906,7 +26378,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22929,7 +26401,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22952,7 +26424,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22975,7 +26447,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -22998,7 +26470,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23021,7 +26493,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23044,7 +26516,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23067,7 +26539,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23090,7 +26562,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23113,7 +26585,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23136,7 +26608,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23159,7 +26631,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23182,7 +26654,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23205,7 +26677,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23228,7 +26700,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23251,7 +26723,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23274,7 +26746,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23297,7 +26769,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23320,7 +26792,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23343,7 +26815,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23366,7 +26838,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23389,7 +26861,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23412,7 +26884,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23435,7 +26907,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23458,7 +26930,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23481,7 +26953,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23504,7 +26976,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23527,7 +26999,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23550,7 +27022,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23573,7 +27045,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23596,7 +27068,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23619,7 +27091,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23642,7 +27114,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23665,7 +27137,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23688,7 +27160,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23711,7 +27183,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23734,7 +27206,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23757,7 +27229,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23780,7 +27252,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23803,7 +27275,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23826,7 +27298,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23849,7 +27321,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23872,7 +27344,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23895,7 +27367,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23918,7 +27390,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23941,7 +27413,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23964,7 +27436,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -23987,7 +27459,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -24010,7 +27482,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -24033,7 +27505,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
@@ -24056,7 +27528,7 @@
],
"flaky": false,
"language": "c",
- "name": "h2_local_test",
+ "name": "h2_local_uds_test",
"platforms": [
"linux",
"mac",
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index e43f1fb429..7cd1ef9d51 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -204,12 +204,18 @@ $VENV_PYTHON "$ROOT/src/python/grpcio_reflection/setup.py" preprocess
$VENV_PYTHON "$ROOT/src/python/grpcio_reflection/setup.py" build_package_protos
pip_install_dir "$ROOT/src/python/grpcio_reflection"
+# Build/install status proto mapping
+$VENV_PYTHON "$ROOT/src/python/grpcio_status/setup.py" preprocess
+$VENV_PYTHON "$ROOT/src/python/grpcio_status/setup.py" build_package_protos
+pip_install_dir "$ROOT/src/python/grpcio_status"
+
# Install testing
pip_install_dir "$ROOT/src/python/grpcio_testing"
# Build/install tests
$VENV_PYTHON -m pip install coverage==4.4 oauth2client==4.1.0 \
- google-auth==1.0.0 requests==2.14.2
+ google-auth==1.0.0 requests==2.14.2 \
+ googleapis-common-protos==1.5.5
$VENV_PYTHON "$ROOT/src/python/grpcio_tests/setup.py" preprocess
$VENV_PYTHON "$ROOT/src/python/grpcio_tests/setup.py" build_package_protos
pip_install_dir "$ROOT/src/python/grpcio_tests"