aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-21 13:57:55 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-04-21 13:57:55 -0700
commit062db022b767177b76fe2cdc221244594f29e473 (patch)
tree818770624f004c57189681facdb114e44e0ed4a3 /tools
parentd2b11fafdc533ae7547ca69a9dbd536c35da98c1 (diff)
parent3cdb3b627e4d43806567c6591b5691cd1b6d36d2 (diff)
Merge github.com:google/grpc into batch-metadata
Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters
Diffstat (limited to 'tools')
-rwxr-xr-xtools/buildgen/generate_projects.sh2
-rwxr-xr-xtools/run_tests/jobset.py4
-rwxr-xr-xtools/run_tests/run_tests.py4
-rw-r--r--tools/run_tests/tests.json2452
4 files changed, 2133 insertions, 329 deletions
diff --git a/tools/buildgen/generate_projects.sh b/tools/buildgen/generate_projects.sh
index a09395c9e0..c745edb797 100755
--- a/tools/buildgen/generate_projects.sh
+++ b/tools/buildgen/generate_projects.sh
@@ -57,12 +57,14 @@ for dir in . ; do
find -L $dir/templates -type f -and -name *.template | while read file ; do
out=${dir}/${file#$dir/templates/} # strip templates dir prefix
out=${out%.*} # strip template extension
+ echo "generating file: $out"
json_files="build.json $end2end_test_build"
data=`for i in $json_files ; do echo $i ; done | awk ' { printf "-d %s ", $0 } '`
if [ "x$TEST" = "xtrue" ] ; then
actual_out=$out
out=`mktemp /tmp/gentXXXXXX`
fi
+ mkdir -p `dirname $out` # make sure dest directory exist
$mako_renderer $plugins $data -o $out $file
if [ "x$TEST" = "xtrue" ] ; then
diff -q $out $actual_out
diff --git a/tools/run_tests/jobset.py b/tools/run_tests/jobset.py
index efe040aeb6..b8b4cf0001 100755
--- a/tools/run_tests/jobset.py
+++ b/tools/run_tests/jobset.py
@@ -144,7 +144,7 @@ def which(filename):
class JobSpec(object):
"""Specifies what to run for a job."""
- def __init__(self, cmdline, shortname=None, environ=None, hash_targets=None, cwd=None):
+ def __init__(self, cmdline, shortname=None, environ=None, hash_targets=None, cwd=None, shell=False):
"""
Arguments:
cmdline: a list of arguments to pass as the command line
@@ -161,6 +161,7 @@ class JobSpec(object):
self.shortname = cmdline[0] if shortname is None else shortname
self.hash_targets = hash_targets or []
self.cwd = cwd
+ self.shell = shell
def identity(self):
return '%r %r %r' % (self.cmdline, self.environ, self.hash_targets)
@@ -187,6 +188,7 @@ class Job(object):
stderr=subprocess.STDOUT,
stdout=self._tempfile,
cwd=spec.cwd,
+ shell=spec.shell,
env=env)
self._state = _RUNNING
self._newline_on_success = newline_on_success
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 8c8e78d859..4e24f4b510 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -346,8 +346,8 @@ if len(build_configs) > 1:
if platform.system() == 'Windows':
def make_jobspec(cfg, targets):
- return jobset.JobSpec(['nmake', '/f', 'Grpc.mak', 'CONFIG=%s' % cfg] + targets,
- cwd='vsprojects\\vs2013')
+ return jobset.JobSpec(['make.bat', 'CONFIG=%s' % cfg] + targets,
+ cwd='vsprojects', shell=True)
else:
def make_jobspec(cfg, targets):
return jobset.JobSpec(['make',
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index 9851385db0..2b4886d4fc 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -723,7 +723,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_after_invoke_test",
+ "name": "chttp2_fake_security_cancel_after_accept_and_writes_closed_legacy_test",
"platforms": [
"windows",
"posix"
@@ -732,7 +732,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_before_invoke_test",
+ "name": "chttp2_fake_security_cancel_after_accept_legacy_test",
"platforms": [
"windows",
"posix"
@@ -741,7 +741,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_in_a_vacuum_test",
+ "name": "chttp2_fake_security_cancel_after_invoke_test",
"platforms": [
"windows",
"posix"
@@ -750,7 +750,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_census_simple_request_test",
+ "name": "chttp2_fake_security_cancel_after_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -759,7 +759,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_disappearing_server_test",
+ "name": "chttp2_fake_security_cancel_before_invoke_test",
"platforms": [
"windows",
"posix"
@@ -768,7 +768,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_early_server_shutdown_finishes_inflight_calls_test",
+ "name": "chttp2_fake_security_cancel_before_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -777,7 +777,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_early_server_shutdown_finishes_tags_test",
+ "name": "chttp2_fake_security_cancel_in_a_vacuum_test",
"platforms": [
"windows",
"posix"
@@ -786,7 +786,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_empty_batch_test",
+ "name": "chttp2_fake_security_cancel_in_a_vacuum_legacy_test",
"platforms": [
"windows",
"posix"
@@ -795,16 +795,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_graceful_server_shutdown_test",
+ "name": "chttp2_fake_security_census_simple_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_fake_security_invoke_large_request_test",
+ "name": "chttp2_fake_security_census_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -813,7 +813,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_max_concurrent_streams_test",
+ "name": "chttp2_fake_security_disappearing_server_test",
"platforms": [
"windows",
"posix"
@@ -822,7 +822,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_no_op_test",
+ "name": "chttp2_fake_security_disappearing_server_legacy_test",
"platforms": [
"windows",
"posix"
@@ -831,7 +831,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_ping_pong_streaming_test",
+ "name": "chttp2_fake_security_early_server_shutdown_finishes_inflight_calls_test",
"platforms": [
"windows",
"posix"
@@ -840,7 +840,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_response_with_binary_metadata_and_payload_test",
+ "name": "chttp2_fake_security_early_server_shutdown_finishes_inflight_calls_legacy_test",
"platforms": [
"windows",
"posix"
@@ -849,7 +849,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_response_with_metadata_and_payload_test",
+ "name": "chttp2_fake_security_early_server_shutdown_finishes_tags_test",
"platforms": [
"windows",
"posix"
@@ -858,7 +858,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_response_with_payload_test",
+ "name": "chttp2_fake_security_early_server_shutdown_finishes_tags_legacy_test",
"platforms": [
"windows",
"posix"
@@ -867,7 +867,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_with_large_metadata_test",
+ "name": "chttp2_fake_security_empty_batch_test",
"platforms": [
"windows",
"posix"
@@ -876,7 +876,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_with_payload_test",
+ "name": "chttp2_fake_security_graceful_server_shutdown_test",
"platforms": [
"windows",
"posix"
@@ -885,25 +885,25 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_simple_delayed_request_test",
+ "name": "chttp2_fake_security_graceful_server_shutdown_legacy_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_fake_security_simple_request_test",
+ "name": "chttp2_fake_security_invoke_large_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_fake_security_registered_call_test",
+ "name": "chttp2_fake_security_invoke_large_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -912,7 +912,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_thread_stress_test",
+ "name": "chttp2_fake_security_max_concurrent_streams_test",
"platforms": [
"windows",
"posix"
@@ -921,7 +921,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_writes_done_hangs_with_pending_read_test",
+ "name": "chttp2_fake_security_max_concurrent_streams_legacy_test",
"platforms": [
"windows",
"posix"
@@ -930,7 +930,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_after_accept_legacy_test",
+ "name": "chttp2_fake_security_no_op_test",
"platforms": [
"windows",
"posix"
@@ -939,7 +939,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_after_accept_and_writes_closed_legacy_test",
+ "name": "chttp2_fake_security_no_op_legacy_test",
"platforms": [
"windows",
"posix"
@@ -948,7 +948,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_after_invoke_legacy_test",
+ "name": "chttp2_fake_security_ping_pong_streaming_test",
"platforms": [
"windows",
"posix"
@@ -957,7 +957,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_before_invoke_legacy_test",
+ "name": "chttp2_fake_security_ping_pong_streaming_legacy_test",
"platforms": [
"windows",
"posix"
@@ -966,7 +966,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_cancel_in_a_vacuum_legacy_test",
+ "name": "chttp2_fake_security_registered_call_test",
"platforms": [
"windows",
"posix"
@@ -975,7 +975,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_census_simple_request_legacy_test",
+ "name": "chttp2_fake_security_request_response_with_binary_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -984,7 +984,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_disappearing_server_legacy_test",
+ "name": "chttp2_fake_security_request_response_with_binary_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -993,7 +993,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "name": "chttp2_fake_security_request_response_with_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -1002,7 +1002,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_early_server_shutdown_finishes_tags_legacy_test",
+ "name": "chttp2_fake_security_request_response_with_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1011,16 +1011,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_graceful_server_shutdown_legacy_test",
+ "name": "chttp2_fake_security_request_response_with_payload_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_fake_security_invoke_large_request_legacy_test",
+ "name": "chttp2_fake_security_request_response_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1029,7 +1029,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_max_concurrent_streams_legacy_test",
+ "name": "chttp2_fake_security_request_response_with_trailing_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1038,7 +1038,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_no_op_legacy_test",
+ "name": "chttp2_fake_security_request_with_large_metadata_test",
"platforms": [
"windows",
"posix"
@@ -1047,7 +1047,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_ping_pong_streaming_legacy_test",
+ "name": "chttp2_fake_security_request_with_large_metadata_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1056,7 +1056,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_response_with_binary_metadata_and_payload_legacy_test",
+ "name": "chttp2_fake_security_request_with_payload_test",
"platforms": [
"windows",
"posix"
@@ -1065,7 +1065,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_response_with_metadata_and_payload_legacy_test",
+ "name": "chttp2_fake_security_request_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1074,7 +1074,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_response_with_payload_legacy_test",
+ "name": "chttp2_fake_security_simple_delayed_request_test",
"platforms": [
"windows",
"posix"
@@ -1083,7 +1083,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "name": "chttp2_fake_security_simple_delayed_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1092,7 +1092,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_with_large_metadata_legacy_test",
+ "name": "chttp2_fake_security_simple_request_test",
"platforms": [
"windows",
"posix"
@@ -1101,7 +1101,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_request_with_payload_legacy_test",
+ "name": "chttp2_fake_security_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1110,7 +1110,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_simple_delayed_request_legacy_test",
+ "name": "chttp2_fake_security_thread_stress_test",
"platforms": [
"windows",
"posix"
@@ -1119,7 +1119,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_simple_request_legacy_test",
+ "name": "chttp2_fake_security_thread_stress_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1128,7 +1128,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fake_security_thread_stress_legacy_test",
+ "name": "chttp2_fake_security_writes_done_hangs_with_pending_read_test",
"platforms": [
"windows",
"posix"
@@ -1173,7 +1173,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_after_invoke_test",
+ "name": "chttp2_fullstack_cancel_after_accept_and_writes_closed_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1182,7 +1182,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_before_invoke_test",
+ "name": "chttp2_fullstack_cancel_after_accept_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1191,7 +1191,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_in_a_vacuum_test",
+ "name": "chttp2_fullstack_cancel_after_invoke_test",
"platforms": [
"windows",
"posix"
@@ -1200,7 +1200,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_census_simple_request_test",
+ "name": "chttp2_fullstack_cancel_after_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1209,7 +1209,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_disappearing_server_test",
+ "name": "chttp2_fullstack_cancel_before_invoke_test",
"platforms": [
"windows",
"posix"
@@ -1218,7 +1218,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_test",
+ "name": "chttp2_fullstack_cancel_before_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1227,7 +1227,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_early_server_shutdown_finishes_tags_test",
+ "name": "chttp2_fullstack_cancel_in_a_vacuum_test",
"platforms": [
"windows",
"posix"
@@ -1236,7 +1236,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_empty_batch_test",
+ "name": "chttp2_fullstack_cancel_in_a_vacuum_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1245,16 +1245,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_graceful_server_shutdown_test",
+ "name": "chttp2_fullstack_census_simple_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_fullstack_invoke_large_request_test",
+ "name": "chttp2_fullstack_census_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1263,7 +1263,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_max_concurrent_streams_test",
+ "name": "chttp2_fullstack_disappearing_server_test",
"platforms": [
"windows",
"posix"
@@ -1272,7 +1272,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_no_op_test",
+ "name": "chttp2_fullstack_disappearing_server_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1281,7 +1281,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_ping_pong_streaming_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_test",
"platforms": [
"windows",
"posix"
@@ -1290,7 +1290,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1299,7 +1299,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_response_with_metadata_and_payload_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_tags_test",
"platforms": [
"windows",
"posix"
@@ -1308,7 +1308,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_response_with_payload_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_tags_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1317,7 +1317,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_with_large_metadata_test",
+ "name": "chttp2_fullstack_empty_batch_test",
"platforms": [
"windows",
"posix"
@@ -1326,7 +1326,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_with_payload_test",
+ "name": "chttp2_fullstack_graceful_server_shutdown_test",
"platforms": [
"windows",
"posix"
@@ -1335,25 +1335,25 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_simple_delayed_request_test",
+ "name": "chttp2_fullstack_graceful_server_shutdown_legacy_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_fullstack_simple_request_test",
+ "name": "chttp2_fullstack_invoke_large_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_fullstack_registered_call_test",
+ "name": "chttp2_fullstack_invoke_large_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1362,7 +1362,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_thread_stress_test",
+ "name": "chttp2_fullstack_max_concurrent_streams_test",
"platforms": [
"windows",
"posix"
@@ -1371,7 +1371,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_writes_done_hangs_with_pending_read_test",
+ "name": "chttp2_fullstack_max_concurrent_streams_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1380,7 +1380,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_after_accept_legacy_test",
+ "name": "chttp2_fullstack_no_op_test",
"platforms": [
"windows",
"posix"
@@ -1389,7 +1389,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_after_accept_and_writes_closed_legacy_test",
+ "name": "chttp2_fullstack_no_op_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1398,7 +1398,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_after_invoke_legacy_test",
+ "name": "chttp2_fullstack_ping_pong_streaming_test",
"platforms": [
"windows",
"posix"
@@ -1407,7 +1407,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_before_invoke_legacy_test",
+ "name": "chttp2_fullstack_ping_pong_streaming_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1416,7 +1416,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_cancel_in_a_vacuum_legacy_test",
+ "name": "chttp2_fullstack_registered_call_test",
"platforms": [
"windows",
"posix"
@@ -1425,7 +1425,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_census_simple_request_legacy_test",
+ "name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -1434,7 +1434,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_disappearing_server_legacy_test",
+ "name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1443,7 +1443,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "name": "chttp2_fullstack_request_response_with_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -1452,7 +1452,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_early_server_shutdown_finishes_tags_legacy_test",
+ "name": "chttp2_fullstack_request_response_with_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1461,16 +1461,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_graceful_server_shutdown_legacy_test",
+ "name": "chttp2_fullstack_request_response_with_payload_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_fullstack_invoke_large_request_legacy_test",
+ "name": "chttp2_fullstack_request_response_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1479,7 +1479,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_max_concurrent_streams_legacy_test",
+ "name": "chttp2_fullstack_request_response_with_trailing_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1488,7 +1488,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_no_op_legacy_test",
+ "name": "chttp2_fullstack_request_with_large_metadata_test",
"platforms": [
"windows",
"posix"
@@ -1497,7 +1497,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_ping_pong_streaming_legacy_test",
+ "name": "chttp2_fullstack_request_with_large_metadata_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1506,7 +1506,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_request_with_payload_test",
"platforms": [
"windows",
"posix"
@@ -1515,7 +1515,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_response_with_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_request_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1524,7 +1524,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_response_with_payload_legacy_test",
+ "name": "chttp2_fullstack_simple_delayed_request_test",
"platforms": [
"windows",
"posix"
@@ -1533,7 +1533,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_simple_delayed_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1542,7 +1542,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_with_large_metadata_legacy_test",
+ "name": "chttp2_fullstack_simple_request_test",
"platforms": [
"windows",
"posix"
@@ -1551,7 +1551,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_request_with_payload_legacy_test",
+ "name": "chttp2_fullstack_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1560,7 +1560,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_simple_delayed_request_legacy_test",
+ "name": "chttp2_fullstack_thread_stress_test",
"platforms": [
"windows",
"posix"
@@ -1569,7 +1569,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_simple_request_legacy_test",
+ "name": "chttp2_fullstack_thread_stress_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1578,7 +1578,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_thread_stress_legacy_test",
+ "name": "chttp2_fullstack_writes_done_hangs_with_pending_read_test",
"platforms": [
"windows",
"posix"
@@ -1623,7 +1623,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_after_invoke_test",
+ "name": "chttp2_fullstack_uds_cancel_after_accept_and_writes_closed_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1632,7 +1632,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_before_invoke_test",
+ "name": "chttp2_fullstack_uds_cancel_after_accept_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1641,7 +1641,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_in_a_vacuum_test",
+ "name": "chttp2_fullstack_uds_cancel_after_invoke_test",
"platforms": [
"windows",
"posix"
@@ -1650,7 +1650,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_census_simple_request_test",
+ "name": "chttp2_fullstack_uds_cancel_after_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1659,7 +1659,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_disappearing_server_test",
+ "name": "chttp2_fullstack_uds_cancel_before_invoke_test",
"platforms": [
"windows",
"posix"
@@ -1668,7 +1668,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_inflight_calls_test",
+ "name": "chttp2_fullstack_uds_cancel_before_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1677,7 +1677,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_tags_test",
+ "name": "chttp2_fullstack_uds_cancel_in_a_vacuum_test",
"platforms": [
"windows",
"posix"
@@ -1686,7 +1686,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_empty_batch_test",
+ "name": "chttp2_fullstack_uds_cancel_in_a_vacuum_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1695,16 +1695,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_graceful_server_shutdown_test",
+ "name": "chttp2_fullstack_uds_census_simple_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_invoke_large_request_test",
+ "name": "chttp2_fullstack_uds_census_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1713,7 +1713,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_max_concurrent_streams_test",
+ "name": "chttp2_fullstack_uds_disappearing_server_test",
"platforms": [
"windows",
"posix"
@@ -1722,7 +1722,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_no_op_test",
+ "name": "chttp2_fullstack_uds_disappearing_server_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1731,7 +1731,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_ping_pong_streaming_test",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_inflight_calls_test",
"platforms": [
"windows",
"posix"
@@ -1740,7 +1740,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_response_with_binary_metadata_and_payload_test",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_inflight_calls_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1749,7 +1749,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_response_with_metadata_and_payload_test",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_tags_test",
"platforms": [
"windows",
"posix"
@@ -1758,7 +1758,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_response_with_payload_test",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_tags_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1767,7 +1767,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_with_large_metadata_test",
+ "name": "chttp2_fullstack_uds_empty_batch_test",
"platforms": [
"windows",
"posix"
@@ -1776,7 +1776,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_with_payload_test",
+ "name": "chttp2_fullstack_uds_graceful_server_shutdown_test",
"platforms": [
"windows",
"posix"
@@ -1785,25 +1785,25 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_simple_delayed_request_test",
+ "name": "chttp2_fullstack_uds_graceful_server_shutdown_legacy_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_fullstack_uds_simple_request_test",
+ "name": "chttp2_fullstack_uds_invoke_large_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_fullstack_uds_registered_call_test",
+ "name": "chttp2_fullstack_uds_invoke_large_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1812,7 +1812,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_thread_stress_test",
+ "name": "chttp2_fullstack_uds_max_concurrent_streams_test",
"platforms": [
"windows",
"posix"
@@ -1821,7 +1821,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_writes_done_hangs_with_pending_read_test",
+ "name": "chttp2_fullstack_uds_max_concurrent_streams_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1830,7 +1830,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_after_accept_legacy_test",
+ "name": "chttp2_fullstack_uds_no_op_test",
"platforms": [
"windows",
"posix"
@@ -1839,7 +1839,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_after_accept_and_writes_closed_legacy_test",
+ "name": "chttp2_fullstack_uds_no_op_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1848,7 +1848,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_after_invoke_legacy_test",
+ "name": "chttp2_fullstack_uds_ping_pong_streaming_test",
"platforms": [
"windows",
"posix"
@@ -1857,7 +1857,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_before_invoke_legacy_test",
+ "name": "chttp2_fullstack_uds_ping_pong_streaming_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1866,7 +1866,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_cancel_in_a_vacuum_legacy_test",
+ "name": "chttp2_fullstack_uds_registered_call_test",
"platforms": [
"windows",
"posix"
@@ -1875,7 +1875,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_census_simple_request_legacy_test",
+ "name": "chttp2_fullstack_uds_request_response_with_binary_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -1884,7 +1884,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_disappearing_server_legacy_test",
+ "name": "chttp2_fullstack_uds_request_response_with_binary_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1893,7 +1893,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "name": "chttp2_fullstack_uds_request_response_with_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -1902,7 +1902,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_tags_legacy_test",
+ "name": "chttp2_fullstack_uds_request_response_with_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1911,16 +1911,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_graceful_server_shutdown_legacy_test",
+ "name": "chttp2_fullstack_uds_request_response_with_payload_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_invoke_large_request_legacy_test",
+ "name": "chttp2_fullstack_uds_request_response_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1929,7 +1929,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_max_concurrent_streams_legacy_test",
+ "name": "chttp2_fullstack_uds_request_response_with_trailing_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1938,7 +1938,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_no_op_legacy_test",
+ "name": "chttp2_fullstack_uds_request_with_large_metadata_test",
"platforms": [
"windows",
"posix"
@@ -1947,7 +1947,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_ping_pong_streaming_legacy_test",
+ "name": "chttp2_fullstack_uds_request_with_large_metadata_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1956,7 +1956,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_response_with_binary_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_uds_request_with_payload_test",
"platforms": [
"windows",
"posix"
@@ -1965,7 +1965,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_response_with_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_uds_request_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1974,7 +1974,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_response_with_payload_legacy_test",
+ "name": "chttp2_fullstack_uds_simple_delayed_request_test",
"platforms": [
"windows",
"posix"
@@ -1983,7 +1983,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_uds_simple_delayed_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -1992,7 +1992,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_with_large_metadata_legacy_test",
+ "name": "chttp2_fullstack_uds_simple_request_test",
"platforms": [
"windows",
"posix"
@@ -2001,7 +2001,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_request_with_payload_legacy_test",
+ "name": "chttp2_fullstack_uds_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2010,7 +2010,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_simple_delayed_request_legacy_test",
+ "name": "chttp2_fullstack_uds_thread_stress_test",
"platforms": [
"windows",
"posix"
@@ -2019,7 +2019,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_simple_request_legacy_test",
+ "name": "chttp2_fullstack_uds_thread_stress_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2028,7 +2028,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_fullstack_uds_thread_stress_legacy_test",
+ "name": "chttp2_fullstack_uds_writes_done_hangs_with_pending_read_test",
"platforms": [
"windows",
"posix"
@@ -2073,7 +2073,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_after_invoke_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_after_accept_and_writes_closed_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2082,7 +2082,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_before_invoke_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_after_accept_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2091,7 +2091,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_in_a_vacuum_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_after_invoke_test",
"platforms": [
"windows",
"posix"
@@ -2100,7 +2100,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_census_simple_request_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_after_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2109,7 +2109,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_disappearing_server_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_before_invoke_test",
"platforms": [
"windows",
"posix"
@@ -2118,7 +2118,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_inflight_calls_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_before_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2127,7 +2127,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_tags_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_in_a_vacuum_test",
"platforms": [
"windows",
"posix"
@@ -2136,7 +2136,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_empty_batch_test",
+ "name": "chttp2_simple_ssl_fullstack_cancel_in_a_vacuum_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2145,16 +2145,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_graceful_server_shutdown_test",
+ "name": "chttp2_simple_ssl_fullstack_census_simple_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_invoke_large_request_test",
+ "name": "chttp2_simple_ssl_fullstack_census_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2163,7 +2163,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_max_concurrent_streams_test",
+ "name": "chttp2_simple_ssl_fullstack_disappearing_server_test",
"platforms": [
"windows",
"posix"
@@ -2172,7 +2172,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_no_op_test",
+ "name": "chttp2_simple_ssl_fullstack_disappearing_server_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2181,7 +2181,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_ping_pong_streaming_test",
+ "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_inflight_calls_test",
"platforms": [
"windows",
"posix"
@@ -2190,7 +2190,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_response_with_binary_metadata_and_payload_test",
+ "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_inflight_calls_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2199,7 +2199,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_response_with_metadata_and_payload_test",
+ "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_tags_test",
"platforms": [
"windows",
"posix"
@@ -2208,7 +2208,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_response_with_payload_test",
+ "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_tags_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2217,7 +2217,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_with_large_metadata_test",
+ "name": "chttp2_simple_ssl_fullstack_empty_batch_test",
"platforms": [
"windows",
"posix"
@@ -2226,7 +2226,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_with_payload_test",
+ "name": "chttp2_simple_ssl_fullstack_graceful_server_shutdown_test",
"platforms": [
"windows",
"posix"
@@ -2235,25 +2235,25 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_simple_delayed_request_test",
+ "name": "chttp2_simple_ssl_fullstack_graceful_server_shutdown_legacy_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_simple_request_test",
+ "name": "chttp2_simple_ssl_fullstack_invoke_large_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_registered_call_test",
+ "name": "chttp2_simple_ssl_fullstack_invoke_large_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2262,7 +2262,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_thread_stress_test",
+ "name": "chttp2_simple_ssl_fullstack_max_concurrent_streams_test",
"platforms": [
"windows",
"posix"
@@ -2271,7 +2271,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_writes_done_hangs_with_pending_read_test",
+ "name": "chttp2_simple_ssl_fullstack_max_concurrent_streams_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2280,7 +2280,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_after_accept_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_no_op_test",
"platforms": [
"windows",
"posix"
@@ -2289,7 +2289,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_after_accept_and_writes_closed_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_no_op_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2298,7 +2298,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_after_invoke_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_ping_pong_streaming_test",
"platforms": [
"windows",
"posix"
@@ -2307,7 +2307,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_before_invoke_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_ping_pong_streaming_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2316,7 +2316,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_cancel_in_a_vacuum_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_registered_call_test",
"platforms": [
"windows",
"posix"
@@ -2325,7 +2325,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_census_simple_request_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_response_with_binary_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -2334,7 +2334,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_disappearing_server_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_response_with_binary_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2343,7 +2343,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_response_with_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -2352,7 +2352,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_early_server_shutdown_finishes_tags_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_response_with_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2361,16 +2361,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_graceful_server_shutdown_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_response_with_payload_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_invoke_large_request_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_response_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2379,7 +2379,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_max_concurrent_streams_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_response_with_trailing_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2388,7 +2388,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_no_op_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_with_large_metadata_test",
"platforms": [
"windows",
"posix"
@@ -2397,7 +2397,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_ping_pong_streaming_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_with_large_metadata_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2406,7 +2406,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_response_with_binary_metadata_and_payload_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_with_payload_test",
"platforms": [
"windows",
"posix"
@@ -2415,7 +2415,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_response_with_metadata_and_payload_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_request_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2424,7 +2424,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_response_with_payload_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_simple_delayed_request_test",
"platforms": [
"windows",
"posix"
@@ -2433,7 +2433,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_simple_delayed_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2442,7 +2442,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_with_large_metadata_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_simple_request_test",
"platforms": [
"windows",
"posix"
@@ -2451,7 +2451,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_request_with_payload_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2460,7 +2460,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_simple_delayed_request_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_thread_stress_test",
"platforms": [
"windows",
"posix"
@@ -2469,7 +2469,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_simple_request_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_thread_stress_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2478,7 +2478,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_fullstack_thread_stress_legacy_test",
+ "name": "chttp2_simple_ssl_fullstack_writes_done_hangs_with_pending_read_test",
"platforms": [
"windows",
"posix"
@@ -2523,7 +2523,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_invoke_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_accept_and_writes_closed_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2532,7 +2532,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_before_invoke_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_accept_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2541,7 +2541,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_in_a_vacuum_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_invoke_test",
"platforms": [
"windows",
"posix"
@@ -2550,7 +2550,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_census_simple_request_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2559,7 +2559,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_disappearing_server_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_before_invoke_test",
"platforms": [
"windows",
"posix"
@@ -2568,7 +2568,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_inflight_calls_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_before_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2577,7 +2577,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_tags_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_in_a_vacuum_test",
"platforms": [
"windows",
"posix"
@@ -2586,7 +2586,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_empty_batch_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_in_a_vacuum_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2595,16 +2595,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_graceful_server_shutdown_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_census_simple_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_invoke_large_request_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_census_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2613,7 +2613,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_max_concurrent_streams_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_disappearing_server_test",
"platforms": [
"windows",
"posix"
@@ -2622,7 +2622,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_no_op_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_disappearing_server_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2631,7 +2631,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_ping_pong_streaming_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_inflight_calls_test",
"platforms": [
"windows",
"posix"
@@ -2640,7 +2640,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_binary_metadata_and_payload_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_inflight_calls_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2649,7 +2649,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_metadata_and_payload_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_tags_test",
"platforms": [
"windows",
"posix"
@@ -2658,7 +2658,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_payload_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_tags_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2667,7 +2667,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_large_metadata_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_empty_batch_test",
"platforms": [
"windows",
"posix"
@@ -2676,7 +2676,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_payload_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_graceful_server_shutdown_test",
"platforms": [
"windows",
"posix"
@@ -2685,25 +2685,25 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_delayed_request_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_graceful_server_shutdown_legacy_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_request_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_invoke_large_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_registered_call_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_invoke_large_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2712,7 +2712,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_thread_stress_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_max_concurrent_streams_test",
"platforms": [
"windows",
"posix"
@@ -2721,7 +2721,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_writes_done_hangs_with_pending_read_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_max_concurrent_streams_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2730,7 +2730,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_accept_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_no_op_test",
"platforms": [
"windows",
"posix"
@@ -2739,7 +2739,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_accept_and_writes_closed_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_no_op_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2748,7 +2748,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_after_invoke_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_ping_pong_streaming_test",
"platforms": [
"windows",
"posix"
@@ -2757,7 +2757,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_before_invoke_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_ping_pong_streaming_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2766,7 +2766,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_cancel_in_a_vacuum_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_registered_call_test",
"platforms": [
"windows",
"posix"
@@ -2775,7 +2775,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_census_simple_request_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_binary_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -2784,7 +2784,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_disappearing_server_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_binary_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2793,7 +2793,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -2802,7 +2802,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_early_server_shutdown_finishes_tags_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2811,16 +2811,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_graceful_server_shutdown_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_payload_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_invoke_large_request_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2829,7 +2829,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_max_concurrent_streams_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_trailing_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2838,7 +2838,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_no_op_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_large_metadata_test",
"platforms": [
"windows",
"posix"
@@ -2847,7 +2847,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_ping_pong_streaming_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_large_metadata_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2856,7 +2856,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_binary_metadata_and_payload_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_payload_test",
"platforms": [
"windows",
"posix"
@@ -2865,7 +2865,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_metadata_and_payload_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2874,7 +2874,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_payload_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_delayed_request_test",
"platforms": [
"windows",
"posix"
@@ -2883,7 +2883,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_delayed_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2892,7 +2892,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_large_metadata_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_request_test",
"platforms": [
"windows",
"posix"
@@ -2901,7 +2901,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_payload_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2910,7 +2910,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_delayed_request_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_thread_stress_test",
"platforms": [
"windows",
"posix"
@@ -2919,7 +2919,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_simple_request_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_thread_stress_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2928,7 +2928,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_simple_ssl_with_oauth2_fullstack_thread_stress_legacy_test",
+ "name": "chttp2_simple_ssl_with_oauth2_fullstack_writes_done_hangs_with_pending_read_test",
"platforms": [
"windows",
"posix"
@@ -2973,7 +2973,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_after_invoke_test",
+ "name": "chttp2_socket_pair_cancel_after_accept_and_writes_closed_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2982,7 +2982,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_before_invoke_test",
+ "name": "chttp2_socket_pair_cancel_after_accept_legacy_test",
"platforms": [
"windows",
"posix"
@@ -2991,7 +2991,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_in_a_vacuum_test",
+ "name": "chttp2_socket_pair_cancel_after_invoke_test",
"platforms": [
"windows",
"posix"
@@ -3000,7 +3000,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_census_simple_request_test",
+ "name": "chttp2_socket_pair_cancel_after_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3009,7 +3009,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_disappearing_server_test",
+ "name": "chttp2_socket_pair_cancel_before_invoke_test",
"platforms": [
"windows",
"posix"
@@ -3018,7 +3018,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_test",
+ "name": "chttp2_socket_pair_cancel_before_invoke_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3027,7 +3027,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_test",
+ "name": "chttp2_socket_pair_cancel_in_a_vacuum_test",
"platforms": [
"windows",
"posix"
@@ -3036,7 +3036,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_empty_batch_test",
+ "name": "chttp2_socket_pair_cancel_in_a_vacuum_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3045,16 +3045,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_graceful_server_shutdown_test",
+ "name": "chttp2_socket_pair_census_simple_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_invoke_large_request_test",
+ "name": "chttp2_socket_pair_census_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3063,7 +3063,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_max_concurrent_streams_test",
+ "name": "chttp2_socket_pair_disappearing_server_test",
"platforms": [
"windows",
"posix"
@@ -3072,7 +3072,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_no_op_test",
+ "name": "chttp2_socket_pair_disappearing_server_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3081,7 +3081,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_ping_pong_streaming_test",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_test",
"platforms": [
"windows",
"posix"
@@ -3090,7 +3090,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_test",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3099,7 +3099,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_response_with_metadata_and_payload_test",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_test",
"platforms": [
"windows",
"posix"
@@ -3108,7 +3108,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_response_with_payload_test",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3117,7 +3117,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_with_large_metadata_test",
+ "name": "chttp2_socket_pair_empty_batch_test",
"platforms": [
"windows",
"posix"
@@ -3126,7 +3126,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_with_payload_test",
+ "name": "chttp2_socket_pair_graceful_server_shutdown_test",
"platforms": [
"windows",
"posix"
@@ -3135,25 +3135,25 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_simple_delayed_request_test",
+ "name": "chttp2_socket_pair_graceful_server_shutdown_legacy_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_socket_pair_simple_request_test",
+ "name": "chttp2_socket_pair_invoke_large_request_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": false,
+ "flaky": true,
"language": "c",
- "name": "chttp2_socket_pair_registered_call_test",
+ "name": "chttp2_socket_pair_invoke_large_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3162,7 +3162,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_thread_stress_test",
+ "name": "chttp2_socket_pair_max_concurrent_streams_test",
"platforms": [
"windows",
"posix"
@@ -3171,7 +3171,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_writes_done_hangs_with_pending_read_test",
+ "name": "chttp2_socket_pair_max_concurrent_streams_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3180,7 +3180,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_after_accept_legacy_test",
+ "name": "chttp2_socket_pair_no_op_test",
"platforms": [
"windows",
"posix"
@@ -3189,7 +3189,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_after_accept_and_writes_closed_legacy_test",
+ "name": "chttp2_socket_pair_no_op_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3198,7 +3198,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_after_invoke_legacy_test",
+ "name": "chttp2_socket_pair_ping_pong_streaming_test",
"platforms": [
"windows",
"posix"
@@ -3207,7 +3207,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_before_invoke_legacy_test",
+ "name": "chttp2_socket_pair_ping_pong_streaming_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3216,7 +3216,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_cancel_in_a_vacuum_legacy_test",
+ "name": "chttp2_socket_pair_registered_call_test",
"platforms": [
"windows",
"posix"
@@ -3225,7 +3225,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_census_simple_request_legacy_test",
+ "name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -3234,7 +3234,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_disappearing_server_legacy_test",
+ "name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3243,7 +3243,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "name": "chttp2_socket_pair_request_response_with_metadata_and_payload_test",
"platforms": [
"windows",
"posix"
@@ -3252,7 +3252,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_legacy_test",
+ "name": "chttp2_socket_pair_request_response_with_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3261,16 +3261,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_graceful_server_shutdown_legacy_test",
+ "name": "chttp2_socket_pair_request_response_with_payload_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_invoke_large_request_legacy_test",
+ "name": "chttp2_socket_pair_request_response_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3279,7 +3279,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_max_concurrent_streams_legacy_test",
+ "name": "chttp2_socket_pair_request_response_with_trailing_metadata_and_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3288,7 +3288,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_no_op_legacy_test",
+ "name": "chttp2_socket_pair_request_with_large_metadata_test",
"platforms": [
"windows",
"posix"
@@ -3297,7 +3297,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_ping_pong_streaming_legacy_test",
+ "name": "chttp2_socket_pair_request_with_large_metadata_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3306,7 +3306,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_legacy_test",
+ "name": "chttp2_socket_pair_request_with_payload_test",
"platforms": [
"windows",
"posix"
@@ -3315,7 +3315,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_response_with_metadata_and_payload_legacy_test",
+ "name": "chttp2_socket_pair_request_with_payload_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3324,7 +3324,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_response_with_payload_legacy_test",
+ "name": "chttp2_socket_pair_simple_delayed_request_test",
"platforms": [
"windows",
"posix"
@@ -3333,7 +3333,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "name": "chttp2_socket_pair_simple_delayed_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3342,7 +3342,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_with_large_metadata_legacy_test",
+ "name": "chttp2_socket_pair_simple_request_test",
"platforms": [
"windows",
"posix"
@@ -3351,7 +3351,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_request_with_payload_legacy_test",
+ "name": "chttp2_socket_pair_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3360,7 +3360,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_simple_delayed_request_legacy_test",
+ "name": "chttp2_socket_pair_thread_stress_test",
"platforms": [
"windows",
"posix"
@@ -3369,7 +3369,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_simple_request_legacy_test",
+ "name": "chttp2_socket_pair_thread_stress_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3378,7 +3378,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_thread_stress_legacy_test",
+ "name": "chttp2_socket_pair_writes_done_hangs_with_pending_read_test",
"platforms": [
"windows",
"posix"
@@ -3423,6 +3423,24 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_and_writes_closed_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_invoke_test",
"platforms": [
"windows",
@@ -3432,6 +3450,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_invoke_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_before_invoke_test",
"platforms": [
"windows",
@@ -3441,6 +3468,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_before_invoke_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_cancel_in_a_vacuum_test",
"platforms": [
"windows",
@@ -3450,6 +3486,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_in_a_vacuum_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_census_simple_request_test",
"platforms": [
"windows",
@@ -3459,6 +3504,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_census_simple_request_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_disappearing_server_test",
"platforms": [
"windows",
@@ -3468,6 +3522,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_disappearing_server_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_inflight_calls_test",
"platforms": [
"windows",
@@ -3477,6 +3540,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_tags_test",
"platforms": [
"windows",
@@ -3486,6 +3558,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_tags_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_empty_batch_test",
"platforms": [
"windows",
@@ -3502,6 +3583,15 @@
]
},
{
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_graceful_server_shutdown_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
"flaky": true,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_test",
@@ -3511,6 +3601,15 @@
]
},
{
+ "flaky": true,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
"flaky": false,
"language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_max_concurrent_streams_test",
@@ -3522,6 +3621,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_max_concurrent_streams_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_no_op_test",
"platforms": [
"windows",
@@ -3531,6 +3639,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_no_op_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_ping_pong_streaming_test",
"platforms": [
"windows",
@@ -3540,6 +3657,24 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_ping_pong_streaming_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_registered_call_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_binary_metadata_and_payload_test",
"platforms": [
"windows",
@@ -3549,6 +3684,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_binary_metadata_and_payload_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_metadata_and_payload_test",
"platforms": [
"windows",
@@ -3558,6 +3702,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_metadata_and_payload_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_test",
"platforms": [
"windows",
@@ -3567,6 +3720,24 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_test",
"platforms": [
"windows",
@@ -3576,6 +3747,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_request_with_payload_test",
"platforms": [
"windows",
@@ -3585,6 +3765,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_payload_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_simple_delayed_request_test",
"platforms": [
"windows",
@@ -3594,6 +3783,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_delayed_request_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_test",
"platforms": [
"windows",
@@ -3603,7 +3801,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_registered_call_test",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3621,6 +3819,15 @@
{
"flaky": false,
"language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_thread_stress_legacy_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
"name": "chttp2_socket_pair_one_byte_at_a_time_writes_done_hangs_with_pending_read_test",
"platforms": [
"windows",
@@ -3630,7 +3837,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_legacy_test",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_writes_done_hangs_with_pending_read_legacy_test",
"platforms": [
"windows",
"posix"
@@ -3639,7 +3846,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_and_writes_closed_legacy_test",
+ "name": "chttp2_fullstack_bad_hostname_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3648,7 +3855,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_invoke_legacy_test",
+ "name": "chttp2_fullstack_cancel_after_accept_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3657,7 +3864,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_before_invoke_legacy_test",
+ "name": "chttp2_fullstack_cancel_after_accept_and_writes_closed_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3666,7 +3873,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_in_a_vacuum_legacy_test",
+ "name": "chttp2_fullstack_cancel_after_accept_and_writes_closed_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3675,7 +3882,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_census_simple_request_legacy_test",
+ "name": "chttp2_fullstack_cancel_after_accept_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3684,7 +3891,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_disappearing_server_legacy_test",
+ "name": "chttp2_fullstack_cancel_after_invoke_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3693,7 +3900,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_inflight_calls_legacy_test",
+ "name": "chttp2_fullstack_cancel_after_invoke_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3702,7 +3909,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_tags_legacy_test",
+ "name": "chttp2_fullstack_cancel_before_invoke_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3711,16 +3918,16 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_graceful_server_shutdown_legacy_test",
+ "name": "chttp2_fullstack_cancel_before_invoke_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
]
},
{
- "flaky": true,
+ "flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_legacy_test",
+ "name": "chttp2_fullstack_cancel_in_a_vacuum_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3729,7 +3936,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_max_concurrent_streams_legacy_test",
+ "name": "chttp2_fullstack_cancel_in_a_vacuum_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3738,7 +3945,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_no_op_legacy_test",
+ "name": "chttp2_fullstack_census_simple_request_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3747,7 +3954,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_ping_pong_streaming_legacy_test",
+ "name": "chttp2_fullstack_census_simple_request_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3756,7 +3963,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_binary_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_disappearing_server_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3765,7 +3972,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_disappearing_server_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3774,7 +3981,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_legacy_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3783,7 +3990,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_trailing_metadata_and_payload_legacy_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_inflight_calls_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3792,7 +3999,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_legacy_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_tags_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3801,7 +4008,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_payload_legacy_test",
+ "name": "chttp2_fullstack_early_server_shutdown_finishes_tags_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3810,7 +4017,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_simple_delayed_request_legacy_test",
+ "name": "chttp2_fullstack_empty_batch_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3819,7 +4026,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_legacy_test",
+ "name": "chttp2_fullstack_graceful_server_shutdown_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3828,7 +4035,7 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_thread_stress_legacy_test",
+ "name": "chttp2_fullstack_graceful_server_shutdown_legacy_unsecure_test",
"platforms": [
"windows",
"posix"
@@ -3837,7 +4044,1600 @@
{
"flaky": false,
"language": "c",
- "name": "chttp2_socket_pair_one_byte_at_a_time_writes_done_hangs_with_pending_read_legacy_test",
+ "name": "chttp2_fullstack_invoke_large_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_invoke_large_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_max_concurrent_streams_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_max_concurrent_streams_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_no_op_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_no_op_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_ping_pong_streaming_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_ping_pong_streaming_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_registered_call_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_response_with_binary_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_response_with_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_response_with_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_response_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_response_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_response_with_trailing_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_with_large_metadata_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_with_large_metadata_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_request_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_simple_delayed_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_simple_delayed_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_simple_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_simple_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_thread_stress_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_thread_stress_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_writes_done_hangs_with_pending_read_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_writes_done_hangs_with_pending_read_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_bad_hostname_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_after_accept_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_after_accept_and_writes_closed_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_after_accept_and_writes_closed_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_after_accept_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_after_invoke_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_after_invoke_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_before_invoke_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_before_invoke_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_in_a_vacuum_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_cancel_in_a_vacuum_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_census_simple_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_census_simple_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_disappearing_server_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_disappearing_server_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_inflight_calls_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_inflight_calls_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_tags_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_early_server_shutdown_finishes_tags_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_empty_batch_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_graceful_server_shutdown_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_graceful_server_shutdown_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_invoke_large_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_invoke_large_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_max_concurrent_streams_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_max_concurrent_streams_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_no_op_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_no_op_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_ping_pong_streaming_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_ping_pong_streaming_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_registered_call_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_response_with_binary_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_response_with_binary_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_response_with_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_response_with_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_response_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_response_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_response_with_trailing_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_with_large_metadata_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_with_large_metadata_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_request_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_simple_delayed_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_simple_delayed_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_simple_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_simple_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_thread_stress_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_thread_stress_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_writes_done_hangs_with_pending_read_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_fullstack_uds_writes_done_hangs_with_pending_read_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_bad_hostname_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_after_accept_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_after_accept_and_writes_closed_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_after_accept_and_writes_closed_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_after_accept_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_after_invoke_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_after_invoke_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_before_invoke_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_before_invoke_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_in_a_vacuum_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_cancel_in_a_vacuum_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_census_simple_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_census_simple_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_disappearing_server_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_disappearing_server_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_inflight_calls_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_early_server_shutdown_finishes_tags_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_empty_batch_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_graceful_server_shutdown_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_graceful_server_shutdown_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_invoke_large_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_invoke_large_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_max_concurrent_streams_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_max_concurrent_streams_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_no_op_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_no_op_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_ping_pong_streaming_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_ping_pong_streaming_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_registered_call_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_response_with_binary_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_response_with_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_response_with_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_response_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_response_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_response_with_trailing_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_with_large_metadata_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_with_large_metadata_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_request_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_simple_delayed_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_simple_delayed_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_simple_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_simple_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_thread_stress_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_thread_stress_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_writes_done_hangs_with_pending_read_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_writes_done_hangs_with_pending_read_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_bad_hostname_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_and_writes_closed_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_and_writes_closed_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_accept_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_invoke_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_after_invoke_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_before_invoke_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_before_invoke_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_in_a_vacuum_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_cancel_in_a_vacuum_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_census_simple_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_census_simple_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_disappearing_server_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_disappearing_server_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_inflight_calls_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_inflight_calls_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_tags_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_early_server_shutdown_finishes_tags_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_empty_batch_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_graceful_server_shutdown_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_graceful_server_shutdown_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_max_concurrent_streams_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_max_concurrent_streams_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_no_op_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_no_op_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_ping_pong_streaming_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_ping_pong_streaming_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_registered_call_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_binary_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_binary_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_metadata_and_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_trailing_metadata_and_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_payload_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_payload_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_delayed_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_delayed_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_simple_request_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_thread_stress_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_thread_stress_legacy_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_writes_done_hangs_with_pending_read_unsecure_test",
+ "platforms": [
+ "windows",
+ "posix"
+ ]
+ },
+ {
+ "flaky": false,
+ "language": "c",
+ "name": "chttp2_socket_pair_one_byte_at_a_time_writes_done_hangs_with_pending_read_legacy_unsecure_test",
"platforms": [
"windows",
"posix"