diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-04-05 14:31:33 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-04-05 14:31:33 -0700 |
commit | abb4f5f3ab911d0b0c5bc7d76c27592a1656bd12 (patch) | |
tree | 24545de119aefca873a79dc50e4f7139051fbf4d /tools/run_tests/sources_and_headers.json | |
parent | e3e91a3d3f1fa5ee731d40253223587e68e4fc9b (diff) | |
parent | 725aaf23367d88ef83c0fce538120eb35b9bf641 (diff) |
Merge pull request #6070 from ctiller/head-of-line-blocking
Fix a head of line blocking issue in the C++ server
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 8bba9952d9..e51a7fd06f 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -3170,6 +3170,23 @@ ], "headers": [], "language": "c", + "name": "head_of_line_blocking_bad_client_test", + "src": [ + "test/core/bad_client/tests/head_of_line_blocking.c" + ], + "third_party": false, + "type": "target" + }, + { + "deps": [ + "bad_client_test", + "gpr", + "gpr_test_util", + "grpc_test_util_unsecure", + "grpc_unsecure" + ], + "headers": [], + "language": "c", "name": "headers_bad_client_test", "src": [ "test/core/bad_client/tests/headers.c" |