diff options
author | Nicolas Noble <nicolasnoble@users.noreply.github.com> | 2016-07-01 16:39:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 16:39:31 -0700 |
commit | 123a1b76d30f47527774d878f9e0e6cb30f4fb83 (patch) | |
tree | 2cdc145fdb21ac57e29a31f0f2833f5206c8ecec /tools/run_tests | |
parent | a28a180b3bee6f1dac3ec5c298bcfbf790a62262 (diff) | |
parent | 753b45dcf8f06aaa9fad47ba8a4dbd6bcaa08275 (diff) |
Merge pull request #6893 from y-zeng/handler_http_response
Add http2 status code in error_message if it's not 200
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 17 | ||||
-rw-r--r-- | tools/run_tests/tests.json | 21 |
2 files changed, 38 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 1bd2f1405f..6d7cfdaf23 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -81,6 +81,23 @@ }, { "deps": [ + "gpr", + "gpr_test_util", + "grpc", + "grpc_test_util", + "test_tcp_server" + ], + "headers": [], + "language": "c", + "name": "bad_server_response_test", + "src": [ + "test/core/end2end/bad_server_response_test.c" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ "grpc", "grpc_test_util" ], diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index dedd55774b..93d42e3454 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -98,6 +98,27 @@ "flaky": false, "gtest": false, "language": "c", + "name": "bad_server_response_test", + "platforms": [ + "linux", + "mac", + "posix", + "windows" + ] + }, + { + "args": [], + "ci_platforms": [ + "linux", + "mac", + "posix", + "windows" + ], + "cpu_cost": 1.0, + "exclude_configs": [], + "flaky": false, + "gtest": false, + "language": "c", "name": "bin_decoder_test", "platforms": [ "linux", |