aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-08-07 07:33:04 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-08-07 07:33:04 -0700
commitc85357e05149374a90559a2c1558ff9dbd35aedc (patch)
treeedf6a17713ce37f34bb75051bef0f267bfec67bf /tools/run_tests
parent03b19118e349ca480f2739ed6efd00ba7be4cf45 (diff)
Reduce mac CI load
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_tests.py6
-rw-r--r--tools/run_tests/tests.json3977
2 files changed, 3981 insertions, 2 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 482ffcc435..0d4caa66aa 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -127,10 +127,14 @@ class CLanguage(object):
for tgt in js
if tgt['language'] == test_lang and
platform_string() in tgt['platforms']]
+ self.ci_binaries = [tgt
+ for tgt in js
+ if tgt['language'] == test_lang and
+ platform_string() in tgt['ci_platforms']]
def test_specs(self, config, travis):
out = []
- for target in self.binaries:
+ for target in (self.ci_binaries if travis else self.binaries):
if travis and target['flaky']:
continue
if self.platform == 'windows':
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index f2fbc92e93..471dae0efa 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -2,6 +2,12 @@
[
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "alarm_heap_test",
@@ -13,6 +19,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "alarm_list_test",
@@ -24,6 +36,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "alarm_test",
@@ -35,6 +53,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "alpn_test",
@@ -46,6 +70,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "bin_encoder_test",
@@ -57,6 +87,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_status_conversion_test",
@@ -68,6 +104,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_stream_encoder_test",
@@ -79,6 +121,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_stream_map_test",
@@ -90,6 +138,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "dualstack_socket_test",
@@ -100,6 +153,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "fd_conservation_posix_test",
@@ -110,6 +168,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "fd_posix_test",
@@ -120,6 +183,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "fling_stream_test",
@@ -130,6 +198,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "fling_test",
@@ -140,6 +213,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_cancellable_test",
@@ -151,6 +230,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_cmdline_test",
@@ -162,6 +247,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_env_test",
@@ -173,6 +264,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_file_test",
@@ -184,6 +281,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_histogram_test",
@@ -195,6 +298,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_host_port_test",
@@ -206,6 +315,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_log_test",
@@ -217,6 +332,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_slice_buffer_test",
@@ -228,6 +349,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_slice_test",
@@ -239,6 +366,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_stack_lockfree_test",
@@ -250,6 +383,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_string_test",
@@ -261,6 +400,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_sync_test",
@@ -272,6 +417,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_thd_test",
@@ -283,6 +434,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_time_test",
@@ -294,6 +451,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_tls_test",
@@ -305,6 +468,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "gpr_useful_test",
@@ -316,6 +485,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_auth_context_test",
@@ -327,6 +502,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_base64_test",
@@ -338,6 +519,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_byte_buffer_reader_test",
@@ -349,6 +536,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_channel_stack_test",
@@ -360,6 +553,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_completion_queue_test",
@@ -371,6 +570,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_credentials_test",
@@ -382,6 +587,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_json_token_test",
@@ -393,6 +604,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_jwt_verifier_test",
@@ -404,6 +621,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_security_connector_test",
@@ -415,6 +638,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "grpc_stream_op_test",
@@ -426,6 +655,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "hpack_parser_test",
@@ -437,6 +672,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "hpack_table_test",
@@ -448,6 +689,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "httpcli_format_request_test",
@@ -459,6 +706,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "httpcli_parser_test",
@@ -470,6 +723,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "httpcli_test",
@@ -480,6 +738,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "json_rewrite_test",
@@ -491,6 +755,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "json_test",
@@ -502,6 +772,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "lame_client_test",
@@ -513,6 +789,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "message_compress_test",
@@ -524,6 +806,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "multi_init_test",
@@ -535,6 +823,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "multiple_server_queues_test",
@@ -546,6 +840,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "murmur_hash_test",
@@ -557,6 +857,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "no_server_test",
@@ -568,6 +874,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "resolve_address_test",
@@ -579,6 +891,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "secure_endpoint_test",
@@ -590,6 +908,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "sockaddr_utils_test",
@@ -601,6 +925,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "tcp_client_posix_test",
@@ -611,6 +940,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "tcp_posix_test",
@@ -621,6 +955,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "tcp_server_posix_test",
@@ -631,6 +970,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "time_averaged_stats_test",
@@ -642,6 +987,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "timeout_encoding_test",
@@ -653,6 +1004,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "timers_test",
@@ -664,6 +1021,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "transport_metadata_test",
@@ -675,6 +1038,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "transport_security_test",
@@ -686,6 +1055,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "uri_parser_test",
@@ -697,6 +1072,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "async_end2end_test",
@@ -708,6 +1089,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "async_streaming_ping_pong_test",
@@ -718,6 +1104,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "async_unary_ping_pong_test",
@@ -728,6 +1119,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "auth_property_iterator_test",
@@ -739,6 +1136,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "channel_arguments_test",
@@ -750,6 +1153,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "cli_call_test",
@@ -761,6 +1170,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "client_crash_test",
@@ -771,6 +1185,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "credentials_test",
@@ -782,6 +1202,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "cxx_byte_buffer_test",
@@ -793,6 +1219,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "cxx_slice_test",
@@ -804,6 +1236,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "cxx_time_test",
@@ -815,6 +1253,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "dynamic_thread_pool_test",
@@ -826,6 +1270,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "end2end_test",
@@ -837,6 +1287,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "fixed_size_thread_pool_test",
@@ -848,6 +1304,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "generic_end2end_test",
@@ -859,6 +1321,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "interop_test",
@@ -869,6 +1336,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "mock_test",
@@ -880,6 +1353,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "qps_openloop_test",
@@ -890,6 +1368,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "qps_test",
@@ -900,6 +1383,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "secure_auth_context_test",
@@ -911,6 +1400,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "server_crash_test",
@@ -921,6 +1415,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "status_test",
@@ -932,6 +1432,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "sync_streaming_ping_pong_test",
@@ -942,6 +1447,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c++",
"name": "sync_unary_ping_pong_test",
@@ -952,6 +1462,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c++",
"name": "thread_stress_test",
@@ -963,6 +1479,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_bad_hostname_test",
@@ -974,6 +1495,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_cancel_after_accept_test",
@@ -985,6 +1511,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_cancel_after_accept_and_writes_closed_test",
@@ -996,6 +1527,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_cancel_after_invoke_test",
@@ -1007,6 +1543,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_cancel_before_invoke_test",
@@ -1018,6 +1559,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_cancel_in_a_vacuum_test",
@@ -1029,6 +1575,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_census_simple_request_test",
@@ -1040,6 +1591,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_channel_connectivity_test",
@@ -1051,6 +1607,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_default_host_test",
@@ -1062,6 +1623,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_disappearing_server_test",
@@ -1073,6 +1639,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_early_server_shutdown_finishes_inflight_calls_test",
@@ -1084,6 +1655,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_early_server_shutdown_finishes_tags_test",
@@ -1095,6 +1671,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_empty_batch_test",
@@ -1106,6 +1687,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_graceful_server_shutdown_test",
@@ -1117,6 +1703,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_invoke_large_request_test",
@@ -1128,6 +1719,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_max_concurrent_streams_test",
@@ -1139,6 +1735,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_max_message_length_test",
@@ -1150,6 +1751,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_no_op_test",
@@ -1161,6 +1767,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_ping_pong_streaming_test",
@@ -1172,6 +1783,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_registered_call_test",
@@ -1183,6 +1799,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_response_with_binary_metadata_and_payload_test",
@@ -1194,6 +1815,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_response_with_metadata_and_payload_test",
@@ -1205,6 +1831,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_response_with_payload_test",
@@ -1216,6 +1847,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_response_with_payload_and_call_creds_test",
@@ -1227,6 +1863,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_response_with_trailing_metadata_and_payload_test",
@@ -1238,6 +1879,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_with_compressed_payload_test",
@@ -1249,6 +1895,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_with_flags_test",
@@ -1260,6 +1911,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_with_large_metadata_test",
@@ -1271,6 +1927,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_request_with_payload_test",
@@ -1282,6 +1943,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_server_finishes_request_test",
@@ -1293,6 +1959,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_simple_delayed_request_test",
@@ -1304,6 +1975,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_simple_request_test",
@@ -1315,6 +1991,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fake_security_simple_request_with_high_initial_sequence_number_test",
@@ -1326,6 +2007,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_bad_hostname_test",
@@ -1337,6 +2024,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_after_accept_test",
@@ -1348,6 +2041,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_after_accept_and_writes_closed_test",
@@ -1359,6 +2058,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_after_invoke_test",
@@ -1370,6 +2075,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_before_invoke_test",
@@ -1381,6 +2092,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_in_a_vacuum_test",
@@ -1392,6 +2109,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_census_simple_request_test",
@@ -1403,6 +2126,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_channel_connectivity_test",
@@ -1414,6 +2143,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_default_host_test",
@@ -1425,6 +2160,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_disappearing_server_test",
@@ -1436,6 +2177,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_test",
@@ -1447,6 +2194,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_early_server_shutdown_finishes_tags_test",
@@ -1458,6 +2211,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_empty_batch_test",
@@ -1469,6 +2228,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_graceful_server_shutdown_test",
@@ -1480,6 +2245,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_invoke_large_request_test",
@@ -1491,6 +2262,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_max_concurrent_streams_test",
@@ -1502,6 +2279,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_max_message_length_test",
@@ -1513,6 +2296,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_no_op_test",
@@ -1524,6 +2313,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_ping_pong_streaming_test",
@@ -1535,6 +2330,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_registered_call_test",
@@ -1546,6 +2347,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_test",
@@ -1557,6 +2364,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_metadata_and_payload_test",
@@ -1568,6 +2381,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_payload_test",
@@ -1579,6 +2398,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_payload_and_call_creds_test",
@@ -1590,6 +2415,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_trailing_metadata_and_payload_test",
@@ -1601,6 +2432,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_compressed_payload_test",
@@ -1612,6 +2449,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_flags_test",
@@ -1623,6 +2466,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_large_metadata_test",
@@ -1634,6 +2483,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_payload_test",
@@ -1645,6 +2500,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_server_finishes_request_test",
@@ -1656,6 +2517,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_simple_delayed_request_test",
@@ -1667,6 +2534,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_simple_request_test",
@@ -1678,6 +2551,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_simple_request_with_high_initial_sequence_number_test",
@@ -1689,6 +2568,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_bad_hostname_test",
@@ -1700,6 +2585,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_after_accept_test",
@@ -1711,6 +2602,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_after_accept_and_writes_closed_test",
@@ -1722,6 +2619,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_after_invoke_test",
@@ -1733,6 +2636,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_before_invoke_test",
@@ -1744,6 +2653,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_in_a_vacuum_test",
@@ -1755,6 +2670,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_census_simple_request_test",
@@ -1766,6 +2687,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_channel_connectivity_test",
@@ -1777,6 +2704,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_default_host_test",
@@ -1788,6 +2721,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_disappearing_server_test",
@@ -1799,6 +2738,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_early_server_shutdown_finishes_inflight_calls_test",
@@ -1810,6 +2755,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_early_server_shutdown_finishes_tags_test",
@@ -1821,6 +2772,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_empty_batch_test",
@@ -1832,6 +2789,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_graceful_server_shutdown_test",
@@ -1843,6 +2806,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_invoke_large_request_test",
@@ -1854,6 +2823,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_max_concurrent_streams_test",
@@ -1865,6 +2840,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_max_message_length_test",
@@ -1876,6 +2857,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_no_op_test",
@@ -1887,6 +2874,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_ping_pong_streaming_test",
@@ -1898,6 +2891,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_registered_call_test",
@@ -1909,6 +2908,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_binary_metadata_and_payload_test",
@@ -1920,6 +2925,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_metadata_and_payload_test",
@@ -1931,6 +2942,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_payload_test",
@@ -1942,6 +2959,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_payload_and_call_creds_test",
@@ -1953,6 +2976,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_trailing_metadata_and_payload_test",
@@ -1964,6 +2993,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_compressed_payload_test",
@@ -1975,6 +3010,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_flags_test",
@@ -1986,6 +3027,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_large_metadata_test",
@@ -1997,6 +3044,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_payload_test",
@@ -2008,6 +3061,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_server_finishes_request_test",
@@ -2019,6 +3078,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_simple_delayed_request_test",
@@ -2030,6 +3095,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_simple_request_test",
@@ -2041,6 +3112,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_simple_request_with_high_initial_sequence_number_test",
@@ -2052,6 +3129,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_bad_hostname_test",
@@ -2062,6 +3144,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_after_accept_test",
@@ -2072,6 +3159,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_after_accept_and_writes_closed_test",
@@ -2082,6 +3174,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_after_invoke_test",
@@ -2092,6 +3189,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_before_invoke_test",
@@ -2102,6 +3204,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_in_a_vacuum_test",
@@ -2112,6 +3219,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_census_simple_request_test",
@@ -2122,6 +3234,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_channel_connectivity_test",
@@ -2132,6 +3249,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_disappearing_server_test",
@@ -2142,6 +3264,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_early_server_shutdown_finishes_inflight_calls_test",
@@ -2152,6 +3279,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_early_server_shutdown_finishes_tags_test",
@@ -2162,6 +3294,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_empty_batch_test",
@@ -2172,6 +3309,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_graceful_server_shutdown_test",
@@ -2182,6 +3324,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_invoke_large_request_test",
@@ -2192,6 +3339,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_max_concurrent_streams_test",
@@ -2202,6 +3354,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_max_message_length_test",
@@ -2212,6 +3369,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_no_op_test",
@@ -2222,6 +3384,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_ping_pong_streaming_test",
@@ -2232,6 +3399,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_registered_call_test",
@@ -2242,6 +3414,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_binary_metadata_and_payload_test",
@@ -2252,6 +3429,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_metadata_and_payload_test",
@@ -2262,6 +3444,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_payload_test",
@@ -2272,6 +3459,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_payload_and_call_creds_test",
@@ -2282,6 +3474,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_trailing_metadata_and_payload_test",
@@ -2292,6 +3489,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_compressed_payload_test",
@@ -2302,6 +3504,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_flags_test",
@@ -2312,6 +3519,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_large_metadata_test",
@@ -2322,6 +3534,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_payload_test",
@@ -2332,6 +3549,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_server_finishes_request_test",
@@ -2342,6 +3564,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_simple_delayed_request_test",
@@ -2352,6 +3579,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_simple_request_test",
@@ -2362,6 +3594,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_simple_request_with_high_initial_sequence_number_test",
@@ -2372,6 +3609,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_bad_hostname_test",
@@ -2380,6 +3620,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_after_accept_test",
@@ -2388,6 +3631,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_after_accept_and_writes_closed_test",
@@ -2396,6 +3642,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_after_invoke_test",
@@ -2404,6 +3653,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_before_invoke_test",
@@ -2412,6 +3664,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_in_a_vacuum_test",
@@ -2420,6 +3675,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_census_simple_request_test",
@@ -2428,6 +3686,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_channel_connectivity_test",
@@ -2436,6 +3697,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_disappearing_server_test",
@@ -2444,6 +3708,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_early_server_shutdown_finishes_inflight_calls_test",
@@ -2452,6 +3719,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_early_server_shutdown_finishes_tags_test",
@@ -2460,6 +3730,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_empty_batch_test",
@@ -2468,6 +3741,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_graceful_server_shutdown_test",
@@ -2476,6 +3752,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_invoke_large_request_test",
@@ -2484,6 +3763,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_max_concurrent_streams_test",
@@ -2492,6 +3774,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_max_message_length_test",
@@ -2500,6 +3785,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_no_op_test",
@@ -2508,6 +3796,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_ping_pong_streaming_test",
@@ -2516,6 +3807,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_registered_call_test",
@@ -2524,6 +3818,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_binary_metadata_and_payload_test",
@@ -2532,6 +3829,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_metadata_and_payload_test",
@@ -2540,6 +3840,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_payload_test",
@@ -2548,6 +3851,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_payload_and_call_creds_test",
@@ -2556,6 +3862,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_trailing_metadata_and_payload_test",
@@ -2564,6 +3873,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_compressed_payload_test",
@@ -2572,6 +3884,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_flags_test",
@@ -2580,6 +3895,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_large_metadata_test",
@@ -2588,6 +3906,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_payload_test",
@@ -2596,6 +3917,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_server_finishes_request_test",
@@ -2604,6 +3928,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_simple_delayed_request_test",
@@ -2612,6 +3939,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_simple_request_test",
@@ -2620,6 +3950,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_simple_request_with_high_initial_sequence_number_test",
@@ -2628,6 +3961,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_bad_hostname_test",
@@ -2636,6 +3972,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_after_accept_test",
@@ -2644,6 +3983,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_after_accept_and_writes_closed_test",
@@ -2652,6 +3994,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_after_invoke_test",
@@ -2660,6 +4005,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_before_invoke_test",
@@ -2668,6 +4016,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_in_a_vacuum_test",
@@ -2676,6 +4027,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_census_simple_request_test",
@@ -2684,6 +4038,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_channel_connectivity_test",
@@ -2692,6 +4049,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_default_host_test",
@@ -2700,6 +4060,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_disappearing_server_test",
@@ -2708,6 +4071,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_early_server_shutdown_finishes_inflight_calls_test",
@@ -2716,6 +4082,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_early_server_shutdown_finishes_tags_test",
@@ -2724,6 +4093,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_empty_batch_test",
@@ -2732,6 +4104,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_graceful_server_shutdown_test",
@@ -2740,6 +4115,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_invoke_large_request_test",
@@ -2748,6 +4126,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_max_concurrent_streams_test",
@@ -2756,6 +4137,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_max_message_length_test",
@@ -2764,6 +4148,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_no_op_test",
@@ -2772,6 +4159,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_ping_pong_streaming_test",
@@ -2780,6 +4170,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_registered_call_test",
@@ -2788,6 +4181,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_binary_metadata_and_payload_test",
@@ -2796,6 +4192,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_metadata_and_payload_test",
@@ -2804,6 +4203,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_payload_test",
@@ -2812,6 +4214,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_payload_and_call_creds_test",
@@ -2820,6 +4225,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_trailing_metadata_and_payload_test",
@@ -2828,6 +4236,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_compressed_payload_test",
@@ -2836,6 +4247,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_flags_test",
@@ -2844,6 +4258,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_large_metadata_test",
@@ -2852,6 +4269,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_payload_test",
@@ -2860,6 +4280,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_server_finishes_request_test",
@@ -2868,6 +4291,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_simple_delayed_request_test",
@@ -2876,6 +4302,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_simple_request_test",
@@ -2884,6 +4313,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_simple_request_with_high_initial_sequence_number_test",
@@ -2892,6 +4324,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_bad_hostname_test",
@@ -2903,6 +4340,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_after_accept_test",
@@ -2914,6 +4356,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_after_accept_and_writes_closed_test",
@@ -2925,6 +4372,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_after_invoke_test",
@@ -2936,6 +4388,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_before_invoke_test",
@@ -2947,6 +4404,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_in_a_vacuum_test",
@@ -2958,6 +4420,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_census_simple_request_test",
@@ -2969,6 +4436,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_default_host_test",
@@ -2980,6 +4452,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_disappearing_server_test",
@@ -2991,6 +4468,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_early_server_shutdown_finishes_inflight_calls_test",
@@ -3002,6 +4484,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_early_server_shutdown_finishes_tags_test",
@@ -3013,6 +4500,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_empty_batch_test",
@@ -3024,6 +4516,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_graceful_server_shutdown_test",
@@ -3035,6 +4532,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_invoke_large_request_test",
@@ -3046,6 +4548,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_max_message_length_test",
@@ -3057,6 +4564,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_no_op_test",
@@ -3068,6 +4580,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_ping_pong_streaming_test",
@@ -3079,6 +4596,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_registered_call_test",
@@ -3090,6 +4612,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_binary_metadata_and_payload_test",
@@ -3101,6 +4628,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_metadata_and_payload_test",
@@ -3112,6 +4644,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_payload_test",
@@ -3123,6 +4660,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_payload_and_call_creds_test",
@@ -3134,6 +4676,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_trailing_metadata_and_payload_test",
@@ -3145,6 +4692,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_with_large_metadata_test",
@@ -3156,6 +4708,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_with_payload_test",
@@ -3167,6 +4724,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_server_finishes_request_test",
@@ -3178,6 +4740,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_simple_delayed_request_test",
@@ -3189,6 +4756,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_simple_request_test",
@@ -3200,6 +4772,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_simple_request_with_high_initial_sequence_number_test",
@@ -3211,6 +4788,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_bad_hostname_test",
@@ -3222,6 +4805,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_cancel_after_accept_test",
@@ -3233,6 +4822,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_cancel_after_accept_and_writes_closed_test",
@@ -3244,6 +4839,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_cancel_after_invoke_test",
@@ -3255,6 +4856,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_cancel_before_invoke_test",
@@ -3266,6 +4873,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_cancel_in_a_vacuum_test",
@@ -3277,6 +4890,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_census_simple_request_test",
@@ -3288,6 +4907,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_channel_connectivity_test",
@@ -3299,6 +4924,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_default_host_test",
@@ -3310,6 +4941,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_disappearing_server_test",
@@ -3321,6 +4958,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_inflight_calls_test",
@@ -3332,6 +4975,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_tags_test",
@@ -3343,6 +4992,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_empty_batch_test",
@@ -3354,6 +5009,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_graceful_server_shutdown_test",
@@ -3365,6 +5026,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_invoke_large_request_test",
@@ -3376,6 +5043,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_max_concurrent_streams_test",
@@ -3387,6 +5060,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_max_message_length_test",
@@ -3398,6 +5077,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_no_op_test",
@@ -3409,6 +5094,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_ping_pong_streaming_test",
@@ -3420,6 +5111,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_registered_call_test",
@@ -3431,6 +5128,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_response_with_binary_metadata_and_payload_test",
@@ -3442,6 +5145,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_response_with_metadata_and_payload_test",
@@ -3453,6 +5162,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_response_with_payload_test",
@@ -3464,6 +5179,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_response_with_payload_and_call_creds_test",
@@ -3475,6 +5196,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_response_with_trailing_metadata_and_payload_test",
@@ -3486,6 +5213,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_with_compressed_payload_test",
@@ -3497,6 +5230,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_with_flags_test",
@@ -3508,6 +5247,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_with_large_metadata_test",
@@ -3519,6 +5264,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_request_with_payload_test",
@@ -3530,6 +5281,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_server_finishes_request_test",
@@ -3541,6 +5298,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_simple_delayed_request_test",
@@ -3552,6 +5315,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_simple_request_test",
@@ -3563,6 +5332,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_simple_request_with_high_initial_sequence_number_test",
@@ -3574,6 +5349,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_bad_hostname_test",
@@ -3582,6 +5360,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_cancel_after_accept_test",
@@ -3590,6 +5371,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_cancel_after_accept_and_writes_closed_test",
@@ -3598,6 +5382,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_cancel_after_invoke_test",
@@ -3606,6 +5393,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_cancel_before_invoke_test",
@@ -3614,6 +5404,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_cancel_in_a_vacuum_test",
@@ -3622,6 +5415,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_census_simple_request_test",
@@ -3630,6 +5426,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_channel_connectivity_test",
@@ -3638,6 +5437,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_default_host_test",
@@ -3646,6 +5448,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_disappearing_server_test",
@@ -3654,6 +5459,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_early_server_shutdown_finishes_inflight_calls_test",
@@ -3662,6 +5470,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_early_server_shutdown_finishes_tags_test",
@@ -3670,6 +5481,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_empty_batch_test",
@@ -3678,6 +5492,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_graceful_server_shutdown_test",
@@ -3686,6 +5503,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_invoke_large_request_test",
@@ -3694,6 +5514,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_max_concurrent_streams_test",
@@ -3702,6 +5525,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_max_message_length_test",
@@ -3710,6 +5536,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_no_op_test",
@@ -3718,6 +5547,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_ping_pong_streaming_test",
@@ -3726,6 +5558,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_registered_call_test",
@@ -3734,6 +5569,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_response_with_binary_metadata_and_payload_test",
@@ -3742,6 +5580,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_response_with_metadata_and_payload_test",
@@ -3750,6 +5591,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_response_with_payload_test",
@@ -3758,6 +5602,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_response_with_payload_and_call_creds_test",
@@ -3766,6 +5613,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_response_with_trailing_metadata_and_payload_test",
@@ -3774,6 +5624,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_with_compressed_payload_test",
@@ -3782,6 +5635,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_with_flags_test",
@@ -3790,6 +5646,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_with_large_metadata_test",
@@ -3798,6 +5657,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_request_with_payload_test",
@@ -3806,6 +5668,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_server_finishes_request_test",
@@ -3814,6 +5679,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_simple_delayed_request_test",
@@ -3822,6 +5690,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_simple_request_test",
@@ -3830,6 +5701,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_poll_simple_request_with_high_initial_sequence_number_test",
@@ -3838,6 +5712,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_bad_hostname_test",
@@ -3849,6 +5728,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_cancel_after_accept_test",
@@ -3860,6 +5744,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_cancel_after_accept_and_writes_closed_test",
@@ -3871,6 +5760,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_cancel_after_invoke_test",
@@ -3882,6 +5776,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_cancel_before_invoke_test",
@@ -3893,6 +5792,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_cancel_in_a_vacuum_test",
@@ -3904,6 +5808,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_census_simple_request_test",
@@ -3915,6 +5824,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_default_host_test",
@@ -3926,6 +5840,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_disappearing_server_test",
@@ -3937,6 +5856,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_early_server_shutdown_finishes_inflight_calls_test",
@@ -3948,6 +5872,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_early_server_shutdown_finishes_tags_test",
@@ -3959,6 +5888,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_empty_batch_test",
@@ -3970,6 +5904,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_graceful_server_shutdown_test",
@@ -3981,6 +5920,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_invoke_large_request_test",
@@ -3992,6 +5936,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_max_message_length_test",
@@ -4003,6 +5952,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_no_op_test",
@@ -4014,6 +5968,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_ping_pong_streaming_test",
@@ -4025,6 +5984,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_registered_call_test",
@@ -4036,6 +6000,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_request_response_with_binary_metadata_and_payload_test",
@@ -4047,6 +6016,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_request_response_with_metadata_and_payload_test",
@@ -4058,6 +6032,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_request_response_with_payload_test",
@@ -4069,6 +6048,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_request_response_with_payload_and_call_creds_test",
@@ -4080,6 +6064,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_request_response_with_trailing_metadata_and_payload_test",
@@ -4091,6 +6080,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_request_with_large_metadata_test",
@@ -4102,6 +6096,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_request_with_payload_test",
@@ -4113,6 +6112,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_server_finishes_request_test",
@@ -4124,6 +6128,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_simple_delayed_request_test",
@@ -4135,6 +6144,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_simple_request_test",
@@ -4146,6 +6160,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_fullstack_with_proxy_simple_request_with_high_initial_sequence_number_test",
@@ -4157,6 +6176,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_bad_hostname_test",
@@ -4168,6 +6192,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_accept_test",
@@ -4179,6 +6208,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_accept_and_writes_closed_test",
@@ -4190,6 +6224,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_invoke_test",
@@ -4201,6 +6240,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_before_invoke_test",
@@ -4212,6 +6256,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_in_a_vacuum_test",
@@ -4223,6 +6272,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_census_simple_request_test",
@@ -4234,6 +6288,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_channel_connectivity_test",
@@ -4245,6 +6304,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_default_host_test",
@@ -4256,6 +6320,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_disappearing_server_test",
@@ -4267,6 +6336,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_inflight_calls_test",
@@ -4278,6 +6352,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_tags_test",
@@ -4289,6 +6368,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_empty_batch_test",
@@ -4300,6 +6384,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_graceful_server_shutdown_test",
@@ -4311,6 +6400,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_invoke_large_request_test",
@@ -4322,6 +6416,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_max_concurrent_streams_test",
@@ -4333,6 +6432,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_max_message_length_test",
@@ -4344,6 +6448,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_no_op_test",
@@ -4355,6 +6464,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_ping_pong_streaming_test",
@@ -4366,6 +6480,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_registered_call_test",
@@ -4377,6 +6496,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_binary_metadata_and_payload_test",
@@ -4388,6 +6512,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_metadata_and_payload_test",
@@ -4399,6 +6528,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_payload_test",
@@ -4410,6 +6544,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_payload_and_call_creds_test",
@@ -4421,6 +6560,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_trailing_metadata_and_payload_test",
@@ -4432,6 +6576,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_compressed_payload_test",
@@ -4443,6 +6592,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_flags_test",
@@ -4454,6 +6608,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_large_metadata_test",
@@ -4465,6 +6624,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_payload_test",
@@ -4476,6 +6640,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_server_finishes_request_test",
@@ -4487,6 +6656,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_delayed_request_test",
@@ -4498,6 +6672,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_request_test",
@@ -4509,6 +6688,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_request_with_high_initial_sequence_number_test",
@@ -4520,6 +6704,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_bad_hostname_test",
@@ -4531,6 +6720,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_after_accept_test",
@@ -4542,6 +6736,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_after_accept_and_writes_closed_test",
@@ -4553,6 +6752,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_after_invoke_test",
@@ -4564,6 +6768,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_before_invoke_test",
@@ -4575,6 +6784,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_in_a_vacuum_test",
@@ -4586,6 +6800,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_census_simple_request_test",
@@ -4597,6 +6816,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_test",
@@ -4608,6 +6832,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_test",
@@ -4619,6 +6848,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_empty_batch_test",
@@ -4630,6 +6864,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_graceful_server_shutdown_test",
@@ -4641,6 +6880,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_invoke_large_request_test",
@@ -4652,6 +6896,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_max_concurrent_streams_test",
@@ -4663,6 +6912,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_max_message_length_test",
@@ -4674,6 +6928,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_no_op_test",
@@ -4685,6 +6944,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_ping_pong_streaming_test",
@@ -4696,6 +6960,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_registered_call_test",
@@ -4707,6 +6976,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_test",
@@ -4718,6 +6992,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_metadata_and_payload_test",
@@ -4729,6 +7008,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_payload_test",
@@ -4740,6 +7024,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_payload_and_call_creds_test",
@@ -4751,6 +7040,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_trailing_metadata_and_payload_test",
@@ -4762,6 +7056,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_compressed_payload_test",
@@ -4773,6 +7072,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_flags_test",
@@ -4784,6 +7088,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_large_metadata_test",
@@ -4795,6 +7104,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_payload_test",
@@ -4806,6 +7120,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_server_finishes_request_test",
@@ -4817,6 +7136,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_simple_request_test",
@@ -4828,6 +7152,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_simple_request_with_high_initial_sequence_number_test",
@@ -4839,6 +7168,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_bad_hostname_test",
@@ -4850,6 +7184,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_test",
@@ -4861,6 +7200,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_and_writes_closed_test",
@@ -4872,6 +7216,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_invoke_test",
@@ -4883,6 +7232,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_before_invoke_test",
@@ -4894,6 +7248,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_in_a_vacuum_test",
@@ -4905,6 +7264,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_census_simple_request_test",
@@ -4916,6 +7280,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_inflight_calls_test",
@@ -4927,6 +7296,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_tags_test",
@@ -4938,6 +7312,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_empty_batch_test",
@@ -4949,6 +7328,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_graceful_server_shutdown_test",
@@ -4960,6 +7344,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_test",
@@ -4971,6 +7360,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_max_concurrent_streams_test",
@@ -4982,6 +7376,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_max_message_length_test",
@@ -4993,6 +7392,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_no_op_test",
@@ -5004,6 +7408,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_ping_pong_streaming_test",
@@ -5015,6 +7424,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_registered_call_test",
@@ -5026,6 +7440,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_binary_metadata_and_payload_test",
@@ -5037,6 +7456,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_metadata_and_payload_test",
@@ -5048,6 +7472,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_test",
@@ -5059,6 +7488,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_and_call_creds_test",
@@ -5070,6 +7504,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_trailing_metadata_and_payload_test",
@@ -5081,6 +7520,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_compressed_payload_test",
@@ -5092,6 +7536,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_flags_test",
@@ -5103,6 +7552,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_test",
@@ -5114,6 +7568,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_payload_test",
@@ -5125,6 +7584,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_server_finishes_request_test",
@@ -5136,6 +7600,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_test",
@@ -5147,6 +7616,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_with_high_initial_sequence_number_test",
@@ -5158,6 +7632,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_bad_hostname_test",
@@ -5169,6 +7649,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_after_accept_test",
@@ -5180,6 +7666,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_after_accept_and_writes_closed_test",
@@ -5191,6 +7683,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_after_invoke_test",
@@ -5202,6 +7700,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_before_invoke_test",
@@ -5213,6 +7717,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_in_a_vacuum_test",
@@ -5224,6 +7734,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_census_simple_request_test",
@@ -5235,6 +7751,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_early_server_shutdown_finishes_inflight_calls_test",
@@ -5246,6 +7768,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_early_server_shutdown_finishes_tags_test",
@@ -5257,6 +7785,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_empty_batch_test",
@@ -5268,6 +7802,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_graceful_server_shutdown_test",
@@ -5279,6 +7819,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_invoke_large_request_test",
@@ -5290,6 +7836,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_max_concurrent_streams_test",
@@ -5301,6 +7853,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_max_message_length_test",
@@ -5312,6 +7870,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_no_op_test",
@@ -5323,6 +7887,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_ping_pong_streaming_test",
@@ -5334,6 +7904,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_registered_call_test",
@@ -5345,6 +7921,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_binary_metadata_and_payload_test",
@@ -5356,6 +7938,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_metadata_and_payload_test",
@@ -5367,6 +7955,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_payload_test",
@@ -5378,6 +7972,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_payload_and_call_creds_test",
@@ -5389,6 +7989,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_trailing_metadata_and_payload_test",
@@ -5400,6 +8006,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_compressed_payload_test",
@@ -5411,6 +8023,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_flags_test",
@@ -5422,6 +8040,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_large_metadata_test",
@@ -5433,6 +8057,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_payload_test",
@@ -5444,6 +8074,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_server_finishes_request_test",
@@ -5455,6 +8091,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_simple_request_test",
@@ -5466,6 +8108,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_simple_request_with_high_initial_sequence_number_test",
@@ -5477,6 +8125,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_bad_hostname_unsecure_test",
@@ -5488,6 +8142,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_after_accept_unsecure_test",
@@ -5499,6 +8159,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -5510,6 +8176,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_after_invoke_unsecure_test",
@@ -5521,6 +8193,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_before_invoke_unsecure_test",
@@ -5532,6 +8210,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_cancel_in_a_vacuum_unsecure_test",
@@ -5543,6 +8227,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_census_simple_request_unsecure_test",
@@ -5554,6 +8244,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_channel_connectivity_unsecure_test",
@@ -5565,6 +8261,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_default_host_unsecure_test",
@@ -5576,6 +8278,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_disappearing_server_unsecure_test",
@@ -5587,6 +8295,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -5598,6 +8312,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_early_server_shutdown_finishes_tags_unsecure_test",
@@ -5609,6 +8329,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_empty_batch_unsecure_test",
@@ -5620,6 +8346,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_graceful_server_shutdown_unsecure_test",
@@ -5631,6 +8363,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_invoke_large_request_unsecure_test",
@@ -5642,6 +8380,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_max_concurrent_streams_unsecure_test",
@@ -5653,6 +8397,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_max_message_length_unsecure_test",
@@ -5664,6 +8414,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_no_op_unsecure_test",
@@ -5675,6 +8431,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_ping_pong_streaming_unsecure_test",
@@ -5686,6 +8448,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_registered_call_unsecure_test",
@@ -5697,6 +8465,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -5708,6 +8482,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_metadata_and_payload_unsecure_test",
@@ -5719,6 +8499,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_payload_unsecure_test",
@@ -5730,6 +8516,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -5741,6 +8533,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_compressed_payload_unsecure_test",
@@ -5752,6 +8550,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_flags_unsecure_test",
@@ -5763,6 +8567,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_large_metadata_unsecure_test",
@@ -5774,6 +8584,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_request_with_payload_unsecure_test",
@@ -5785,6 +8601,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_server_finishes_request_unsecure_test",
@@ -5796,6 +8618,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_simple_delayed_request_unsecure_test",
@@ -5807,6 +8635,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_simple_request_unsecure_test",
@@ -5818,6 +8652,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -5829,6 +8669,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_bad_hostname_unsecure_test",
@@ -5840,6 +8686,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_after_accept_unsecure_test",
@@ -5851,6 +8703,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -5862,6 +8720,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_after_invoke_unsecure_test",
@@ -5873,6 +8737,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_before_invoke_unsecure_test",
@@ -5884,6 +8754,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_cancel_in_a_vacuum_unsecure_test",
@@ -5895,6 +8771,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_census_simple_request_unsecure_test",
@@ -5906,6 +8788,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_channel_connectivity_unsecure_test",
@@ -5917,6 +8805,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_default_host_unsecure_test",
@@ -5928,6 +8822,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_disappearing_server_unsecure_test",
@@ -5939,6 +8839,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -5950,6 +8856,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_early_server_shutdown_finishes_tags_unsecure_test",
@@ -5961,6 +8873,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_empty_batch_unsecure_test",
@@ -5972,6 +8890,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_graceful_server_shutdown_unsecure_test",
@@ -5983,6 +8907,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_invoke_large_request_unsecure_test",
@@ -5994,6 +8924,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_max_concurrent_streams_unsecure_test",
@@ -6005,6 +8941,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_max_message_length_unsecure_test",
@@ -6016,6 +8958,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_no_op_unsecure_test",
@@ -6027,6 +8975,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_ping_pong_streaming_unsecure_test",
@@ -6038,6 +8992,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_registered_call_unsecure_test",
@@ -6049,6 +9009,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -6060,6 +9026,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_metadata_and_payload_unsecure_test",
@@ -6071,6 +9043,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_payload_unsecure_test",
@@ -6082,6 +9060,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -6093,6 +9077,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_compressed_payload_unsecure_test",
@@ -6104,6 +9094,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_flags_unsecure_test",
@@ -6115,6 +9111,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_large_metadata_unsecure_test",
@@ -6126,6 +9128,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_request_with_payload_unsecure_test",
@@ -6137,6 +9145,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_server_finishes_request_unsecure_test",
@@ -6148,6 +9162,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_simple_delayed_request_unsecure_test",
@@ -6159,6 +9179,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_simple_request_unsecure_test",
@@ -6170,6 +9196,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_compression_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -6181,6 +9213,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_bad_hostname_unsecure_test",
@@ -6191,6 +9228,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_after_accept_unsecure_test",
@@ -6201,6 +9243,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -6211,6 +9258,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_after_invoke_unsecure_test",
@@ -6221,6 +9273,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_before_invoke_unsecure_test",
@@ -6231,6 +9288,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_cancel_in_a_vacuum_unsecure_test",
@@ -6241,6 +9303,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_census_simple_request_unsecure_test",
@@ -6251,6 +9318,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_channel_connectivity_unsecure_test",
@@ -6261,6 +9333,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_disappearing_server_unsecure_test",
@@ -6271,6 +9348,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -6281,6 +9363,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_early_server_shutdown_finishes_tags_unsecure_test",
@@ -6291,6 +9378,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_empty_batch_unsecure_test",
@@ -6301,6 +9393,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_graceful_server_shutdown_unsecure_test",
@@ -6311,6 +9408,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_invoke_large_request_unsecure_test",
@@ -6321,6 +9423,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_max_concurrent_streams_unsecure_test",
@@ -6331,6 +9438,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_max_message_length_unsecure_test",
@@ -6341,6 +9453,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_no_op_unsecure_test",
@@ -6351,6 +9468,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_ping_pong_streaming_unsecure_test",
@@ -6361,6 +9483,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_registered_call_unsecure_test",
@@ -6371,6 +9498,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -6381,6 +9513,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_metadata_and_payload_unsecure_test",
@@ -6391,6 +9528,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_payload_unsecure_test",
@@ -6401,6 +9543,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -6411,6 +9558,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_compressed_payload_unsecure_test",
@@ -6421,6 +9573,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_flags_unsecure_test",
@@ -6431,6 +9588,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_large_metadata_unsecure_test",
@@ -6441,6 +9603,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_request_with_payload_unsecure_test",
@@ -6451,6 +9618,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_server_finishes_request_unsecure_test",
@@ -6461,6 +9633,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_simple_delayed_request_unsecure_test",
@@ -6471,6 +9648,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_simple_request_unsecure_test",
@@ -6481,6 +9663,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -6491,6 +9678,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_bad_hostname_unsecure_test",
@@ -6499,6 +9689,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_after_accept_unsecure_test",
@@ -6507,6 +9700,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -6515,6 +9711,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_after_invoke_unsecure_test",
@@ -6523,6 +9722,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_before_invoke_unsecure_test",
@@ -6531,6 +9733,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_cancel_in_a_vacuum_unsecure_test",
@@ -6539,6 +9744,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_census_simple_request_unsecure_test",
@@ -6547,6 +9755,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_channel_connectivity_unsecure_test",
@@ -6555,6 +9766,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_disappearing_server_unsecure_test",
@@ -6563,6 +9777,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -6571,6 +9788,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_early_server_shutdown_finishes_tags_unsecure_test",
@@ -6579,6 +9799,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_empty_batch_unsecure_test",
@@ -6587,6 +9810,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_graceful_server_shutdown_unsecure_test",
@@ -6595,6 +9821,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_invoke_large_request_unsecure_test",
@@ -6603,6 +9832,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_max_concurrent_streams_unsecure_test",
@@ -6611,6 +9843,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_max_message_length_unsecure_test",
@@ -6619,6 +9854,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_no_op_unsecure_test",
@@ -6627,6 +9865,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_ping_pong_streaming_unsecure_test",
@@ -6635,6 +9876,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_registered_call_unsecure_test",
@@ -6643,6 +9887,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -6651,6 +9898,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_metadata_and_payload_unsecure_test",
@@ -6659,6 +9909,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_payload_unsecure_test",
@@ -6667,6 +9920,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -6675,6 +9931,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_compressed_payload_unsecure_test",
@@ -6683,6 +9942,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_flags_unsecure_test",
@@ -6691,6 +9953,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_large_metadata_unsecure_test",
@@ -6699,6 +9964,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_request_with_payload_unsecure_test",
@@ -6707,6 +9975,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_server_finishes_request_unsecure_test",
@@ -6715,6 +9986,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_simple_delayed_request_unsecure_test",
@@ -6723,6 +9997,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_simple_request_unsecure_test",
@@ -6731,6 +10008,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_uds_posix_with_poll_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -6739,6 +10019,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_bad_hostname_unsecure_test",
@@ -6747,6 +10030,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_after_accept_unsecure_test",
@@ -6755,6 +10041,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -6763,6 +10052,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_after_invoke_unsecure_test",
@@ -6771,6 +10063,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_before_invoke_unsecure_test",
@@ -6779,6 +10074,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_cancel_in_a_vacuum_unsecure_test",
@@ -6787,6 +10085,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_census_simple_request_unsecure_test",
@@ -6795,6 +10096,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_channel_connectivity_unsecure_test",
@@ -6803,6 +10107,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_default_host_unsecure_test",
@@ -6811,6 +10118,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_disappearing_server_unsecure_test",
@@ -6819,6 +10129,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -6827,6 +10140,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_early_server_shutdown_finishes_tags_unsecure_test",
@@ -6835,6 +10151,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_empty_batch_unsecure_test",
@@ -6843,6 +10162,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_graceful_server_shutdown_unsecure_test",
@@ -6851,6 +10173,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_invoke_large_request_unsecure_test",
@@ -6859,6 +10184,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_max_concurrent_streams_unsecure_test",
@@ -6867,6 +10195,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_max_message_length_unsecure_test",
@@ -6875,6 +10206,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_no_op_unsecure_test",
@@ -6883,6 +10217,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_ping_pong_streaming_unsecure_test",
@@ -6891,6 +10228,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_registered_call_unsecure_test",
@@ -6899,6 +10239,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -6907,6 +10250,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_metadata_and_payload_unsecure_test",
@@ -6915,6 +10261,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_payload_unsecure_test",
@@ -6923,6 +10272,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -6931,6 +10283,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_compressed_payload_unsecure_test",
@@ -6939,6 +10294,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_flags_unsecure_test",
@@ -6947,6 +10305,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_large_metadata_unsecure_test",
@@ -6955,6 +10316,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_request_with_payload_unsecure_test",
@@ -6963,6 +10327,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_server_finishes_request_unsecure_test",
@@ -6971,6 +10338,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_simple_delayed_request_unsecure_test",
@@ -6979,6 +10349,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_simple_request_unsecure_test",
@@ -6987,6 +10360,9 @@
]
},
{
+ "ci_platforms": [
+ "linux"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_poll_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -6995,6 +10371,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_bad_hostname_unsecure_test",
@@ -7006,6 +10387,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_after_accept_unsecure_test",
@@ -7017,6 +10403,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -7028,6 +10419,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_after_invoke_unsecure_test",
@@ -7039,6 +10435,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_before_invoke_unsecure_test",
@@ -7050,6 +10451,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_cancel_in_a_vacuum_unsecure_test",
@@ -7061,6 +10467,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_census_simple_request_unsecure_test",
@@ -7072,6 +10483,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_default_host_unsecure_test",
@@ -7083,6 +10499,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_disappearing_server_unsecure_test",
@@ -7094,6 +10515,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -7105,6 +10531,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_early_server_shutdown_finishes_tags_unsecure_test",
@@ -7116,6 +10547,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_empty_batch_unsecure_test",
@@ -7127,6 +10563,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_graceful_server_shutdown_unsecure_test",
@@ -7138,6 +10579,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_invoke_large_request_unsecure_test",
@@ -7149,6 +10595,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_max_message_length_unsecure_test",
@@ -7160,6 +10611,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_no_op_unsecure_test",
@@ -7171,6 +10627,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_ping_pong_streaming_unsecure_test",
@@ -7182,6 +10643,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_registered_call_unsecure_test",
@@ -7193,6 +10659,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -7204,6 +10675,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_metadata_and_payload_unsecure_test",
@@ -7215,6 +10691,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_payload_unsecure_test",
@@ -7226,6 +10707,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -7237,6 +10723,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_with_large_metadata_unsecure_test",
@@ -7248,6 +10739,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_request_with_payload_unsecure_test",
@@ -7259,6 +10755,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_server_finishes_request_unsecure_test",
@@ -7270,6 +10771,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_simple_delayed_request_unsecure_test",
@@ -7281,6 +10787,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_simple_request_unsecure_test",
@@ -7292,6 +10803,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_fullstack_with_proxy_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -7303,6 +10819,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_bad_hostname_unsecure_test",
@@ -7314,6 +10835,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_after_accept_unsecure_test",
@@ -7325,6 +10851,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -7336,6 +10867,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_after_invoke_unsecure_test",
@@ -7347,6 +10883,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_before_invoke_unsecure_test",
@@ -7358,6 +10899,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_cancel_in_a_vacuum_unsecure_test",
@@ -7369,6 +10915,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_census_simple_request_unsecure_test",
@@ -7380,6 +10931,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -7391,6 +10947,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_unsecure_test",
@@ -7402,6 +10963,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_empty_batch_unsecure_test",
@@ -7413,6 +10979,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_graceful_server_shutdown_unsecure_test",
@@ -7424,6 +10995,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_invoke_large_request_unsecure_test",
@@ -7435,6 +11011,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_max_concurrent_streams_unsecure_test",
@@ -7446,6 +11027,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_max_message_length_unsecure_test",
@@ -7457,6 +11043,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_no_op_unsecure_test",
@@ -7468,6 +11059,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_ping_pong_streaming_unsecure_test",
@@ -7479,6 +11075,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_registered_call_unsecure_test",
@@ -7490,6 +11091,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -7501,6 +11107,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_metadata_and_payload_unsecure_test",
@@ -7512,6 +11123,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_payload_unsecure_test",
@@ -7523,6 +11139,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -7534,6 +11155,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_compressed_payload_unsecure_test",
@@ -7545,6 +11171,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_flags_unsecure_test",
@@ -7556,6 +11187,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_large_metadata_unsecure_test",
@@ -7567,6 +11203,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_request_with_payload_unsecure_test",
@@ -7578,6 +11219,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_server_finishes_request_unsecure_test",
@@ -7589,6 +11235,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_simple_request_unsecure_test",
@@ -7600,6 +11251,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -7611,6 +11267,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_bad_hostname_unsecure_test",
@@ -7622,6 +11283,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_unsecure_test",
@@ -7633,6 +11299,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -7644,6 +11315,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_invoke_unsecure_test",
@@ -7655,6 +11331,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_before_invoke_unsecure_test",
@@ -7666,6 +11347,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_in_a_vacuum_unsecure_test",
@@ -7677,6 +11363,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_census_simple_request_unsecure_test",
@@ -7688,6 +11379,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -7699,6 +11395,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_tags_unsecure_test",
@@ -7710,6 +11411,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_empty_batch_unsecure_test",
@@ -7721,6 +11427,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_graceful_server_shutdown_unsecure_test",
@@ -7732,6 +11443,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_unsecure_test",
@@ -7743,6 +11459,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_max_concurrent_streams_unsecure_test",
@@ -7754,6 +11475,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_max_message_length_unsecure_test",
@@ -7765,6 +11491,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_no_op_unsecure_test",
@@ -7776,6 +11507,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_ping_pong_streaming_unsecure_test",
@@ -7787,6 +11523,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_registered_call_unsecure_test",
@@ -7798,6 +11539,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -7809,6 +11555,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_metadata_and_payload_unsecure_test",
@@ -7820,6 +11571,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_unsecure_test",
@@ -7831,6 +11587,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -7842,6 +11603,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_compressed_payload_unsecure_test",
@@ -7853,6 +11619,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_flags_unsecure_test",
@@ -7864,6 +11635,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_unsecure_test",
@@ -7875,6 +11651,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_payload_unsecure_test",
@@ -7886,6 +11667,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_server_finishes_request_unsecure_test",
@@ -7897,6 +11683,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_unsecure_test",
@@ -7908,6 +11699,11 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -7919,6 +11715,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_bad_hostname_unsecure_test",
@@ -7930,6 +11732,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_after_accept_unsecure_test",
@@ -7941,6 +11749,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_after_accept_and_writes_closed_unsecure_test",
@@ -7952,6 +11766,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_after_invoke_unsecure_test",
@@ -7963,6 +11783,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_before_invoke_unsecure_test",
@@ -7974,6 +11800,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_cancel_in_a_vacuum_unsecure_test",
@@ -7985,6 +11817,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_census_simple_request_unsecure_test",
@@ -7996,6 +11834,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_early_server_shutdown_finishes_inflight_calls_unsecure_test",
@@ -8007,6 +11851,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_early_server_shutdown_finishes_tags_unsecure_test",
@@ -8018,6 +11868,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_empty_batch_unsecure_test",
@@ -8029,6 +11885,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_graceful_server_shutdown_unsecure_test",
@@ -8040,6 +11902,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_invoke_large_request_unsecure_test",
@@ -8051,6 +11919,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_max_concurrent_streams_unsecure_test",
@@ -8062,6 +11936,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_max_message_length_unsecure_test",
@@ -8073,6 +11953,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_no_op_unsecure_test",
@@ -8084,6 +11970,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_ping_pong_streaming_unsecure_test",
@@ -8095,6 +11987,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_registered_call_unsecure_test",
@@ -8106,6 +12004,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_binary_metadata_and_payload_unsecure_test",
@@ -8117,6 +12021,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_metadata_and_payload_unsecure_test",
@@ -8128,6 +12038,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_payload_unsecure_test",
@@ -8139,6 +12055,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_response_with_trailing_metadata_and_payload_unsecure_test",
@@ -8150,6 +12072,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_compressed_payload_unsecure_test",
@@ -8161,6 +12089,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_flags_unsecure_test",
@@ -8172,6 +12106,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_large_metadata_unsecure_test",
@@ -8183,6 +12123,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_request_with_payload_unsecure_test",
@@ -8194,6 +12140,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_server_finishes_request_unsecure_test",
@@ -8205,6 +12157,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_simple_request_unsecure_test",
@@ -8216,6 +12174,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_with_grpc_trace_simple_request_with_high_initial_sequence_number_unsecure_test",
@@ -8227,6 +12191,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "connection_prefix_bad_client_test",
@@ -8238,6 +12208,12 @@
]
},
{
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
"flaky": false,
"language": "c",
"name": "initial_settings_frame_bad_client_test",
@@ -8249,4 +12225,3 @@
]
}
]
-