aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-14 13:34:44 -0800
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-12-14 13:34:44 -0800
commit83399c99e57de0dfaa435c7039a93daac4184dbc (patch)
tree3213ecafbd8ea5da07556cd2b4b71e780c48cad1 /tools/run_tests
parentac3220b0d9ecca93d37e029ef3f53a3c010e3bcc (diff)
Add a test that reproduces server partial message read bug
Diffstat (limited to 'tools/run_tests')
-rw-r--r--tools/run_tests/sources_and_headers.json15
-rw-r--r--tools/run_tests/tests.json18
2 files changed, 33 insertions, 0 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json
index cd11c5dc5a..b5d8a3c800 100644
--- a/tools/run_tests/sources_and_headers.json
+++ b/tools/run_tests/sources_and_headers.json
@@ -17257,6 +17257,21 @@
],
"headers": [],
"language": "c",
+ "name": "server_registered_method_bad_client_test",
+ "src": [
+ "test/core/bad_client/tests/server_registered_method.c"
+ ]
+ },
+ {
+ "deps": [
+ "bad_client_test",
+ "gpr",
+ "gpr_test_util",
+ "grpc_test_util_unsecure",
+ "grpc_unsecure"
+ ],
+ "headers": [],
+ "language": "c",
"name": "simple_request_bad_client_test",
"src": [
"test/core/bad_client/tests/simple_request.c"
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json
index b43cc62845..1885803a22 100644
--- a/tools/run_tests/tests.json
+++ b/tools/run_tests/tests.json
@@ -18402,6 +18402,24 @@
"exclude_configs": [],
"flaky": false,
"language": "c",
+ "name": "server_registered_method_bad_client_test",
+ "platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ]
+ },
+ {
+ "ci_platforms": [
+ "linux",
+ "mac",
+ "posix",
+ "windows"
+ ],
+ "exclude_configs": [],
+ "flaky": false,
+ "language": "c",
"name": "simple_request_bad_client_test",
"platforms": [
"linux",