aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-07-01 16:39:31 -0700
committerGravatar GitHub <noreply@github.com>2016-07-01 16:39:31 -0700
commit123a1b76d30f47527774d878f9e0e6cb30f4fb83 (patch)
tree2cdc145fdb21ac57e29a31f0f2833f5206c8ecec /build.yaml
parenta28a180b3bee6f1dac3ec5c298bcfbf790a62262 (diff)
parent753b45dcf8f06aaa9fad47ba8a4dbd6bcaa08275 (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 'build.yaml')
-rw-r--r--build.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 95d42150dd..1c485fd5c9 100644
--- a/build.yaml
+++ b/build.yaml
@@ -1240,6 +1240,17 @@ targets:
- test/core/end2end/fuzzers/api_fuzzer_corpus
dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
maxlen: 2048
+- name: bad_server_response_test
+ build: test
+ language: c
+ src:
+ - test/core/end2end/bad_server_response_test.c
+ deps:
+ - test_tcp_server
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
- name: bin_decoder_test
build: test
language: c