diff options
author | Muxi Yan <muxi@users.noreply.github.com> | 2016-11-02 21:29:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-02 21:29:46 -0700 |
commit | 9895a56cd2d90aa587f405d0eabe01794a5b633a (patch) | |
tree | d6626a35714579308c2b3b63aa86b4eb7098fdb0 /tools | |
parent | 02f40dfa174a7a80481ba5e1af3eb1871278beca (diff) | |
parent | 7bc42d2b9caf4860a55605c5e2b42214fdcc396d (diff) |
Merge pull request #8598 from ctiller/rst_stream
Send RST_STREAM from client when it receives trailing metadata without the corresponding RST_STREAM
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index 878cba35df..94f95e8ab8 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -81222,6 +81222,50 @@ }, { "args": [ + "test/core/end2end/fuzzers/client_fuzzer_corpus/server_hanging_response_1_header" + ], + "ci_platforms": [ + "linux" + ], + "cpu_cost": 0.1, + "exclude_configs": [ + "tsan" + ], + "exclude_iomgrs": [ + "uv" + ], + "flaky": false, + "language": "c", + "name": "client_fuzzer_one_entry", + "platforms": [ + "linux" + ], + "uses_polling": false + }, + { + "args": [ + "test/core/end2end/fuzzers/client_fuzzer_corpus/server_hanging_response_2_header2" + ], + "ci_platforms": [ + "linux" + ], + "cpu_cost": 0.1, + "exclude_configs": [ + "tsan" + ], + "exclude_iomgrs": [ + "uv" + ], + "flaky": false, + "language": "c", + "name": "client_fuzzer_one_entry", + "platforms": [ + "linux" + ], + "uses_polling": false + }, + { + "args": [ "test/core/end2end/fuzzers/client_fuzzer_corpus/settings_frame_1.bin" ], "ci_platforms": [ |