diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-04-23 10:24:02 -0700 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-05-07 09:14:08 -0700 |
commit | 9f218ddd9db5049d0ba92334f1e0a329171343c9 (patch) | |
tree | 855161e4d4a9fc1f4110f2269e62d1350fc7d8fb /tools | |
parent | 63733efd730316c0317a5df4f288aac242014d91 (diff) |
Adding support for per call credentials in core.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 77 |
1 files changed, 70 insertions, 7 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 7dc9d179f8..f636148d22 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -793,7 +793,7 @@ ] }, { - "flaky": true, + "flaky": false, "language": "c", "name": "chttp2_fake_security_invoke_large_request_test", "platforms": [ @@ -876,6 +876,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_fake_security_request_response_with_payload_and_call_creds_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fake_security_request_with_large_metadata_test", "platforms": [ "windows", @@ -1027,7 +1036,7 @@ ] }, { - "flaky": true, + "flaky": false, "language": "c", "name": "chttp2_fullstack_invoke_large_request_test", "platforms": [ @@ -1110,6 +1119,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_fullstack_request_response_with_payload_and_call_creds_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fullstack_request_with_large_metadata_test", "platforms": [ "windows", @@ -1261,7 +1279,7 @@ ] }, { - "flaky": true, + "flaky": false, "language": "c", "name": "chttp2_fullstack_uds_invoke_large_request_test", "platforms": [ @@ -1344,6 +1362,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_fullstack_uds_request_response_with_payload_and_call_creds_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_fullstack_uds_request_with_large_metadata_test", "platforms": [ "windows", @@ -1495,7 +1522,7 @@ ] }, { - "flaky": true, + "flaky": false, "language": "c", "name": "chttp2_simple_ssl_fullstack_invoke_large_request_test", "platforms": [ @@ -1578,6 +1605,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_simple_ssl_fullstack_request_response_with_payload_and_call_creds_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_simple_ssl_fullstack_request_with_large_metadata_test", "platforms": [ "windows", @@ -1729,7 +1765,7 @@ ] }, { - "flaky": true, + "flaky": false, "language": "c", "name": "chttp2_simple_ssl_with_oauth2_fullstack_invoke_large_request_test", "platforms": [ @@ -1812,6 +1848,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_response_with_payload_and_call_creds_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_simple_ssl_with_oauth2_fullstack_request_with_large_metadata_test", "platforms": [ "windows", @@ -1963,7 +2008,7 @@ ] }, { - "flaky": true, + "flaky": false, "language": "c", "name": "chttp2_socket_pair_invoke_large_request_test", "platforms": [ @@ -2046,6 +2091,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_request_response_with_payload_and_call_creds_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_request_with_large_metadata_test", "platforms": [ "windows", @@ -2197,7 +2251,7 @@ ] }, { - "flaky": true, + "flaky": false, "language": "c", "name": "chttp2_socket_pair_one_byte_at_a_time_invoke_large_request_test", "platforms": [ @@ -2280,6 +2334,15 @@ { "flaky": false, "language": "c", + "name": "chttp2_socket_pair_one_byte_at_a_time_request_response_with_payload_and_call_creds_test", + "platforms": [ + "windows", + "posix" + ] + }, + { + "flaky": false, + "language": "c", "name": "chttp2_socket_pair_one_byte_at_a_time_request_with_large_metadata_test", "platforms": [ "windows", |