aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml53
1 files changed, 52 insertions, 1 deletions
diff --git a/build.yaml b/build.yaml
index 095564bb25..ff0e92b017 100644
--- a/build.yaml
+++ b/build.yaml
@@ -559,6 +559,7 @@ filegroups:
- test/core/end2end/fixtures/proxy.h
- test/core/iomgr/endpoint_tests.h
- test/core/util/grpc_profiler.h
+ - test/core/util/mock_endpoint.h
- test/core/util/parse_hexstring.h
- test/core/util/port.h
- test/core/util/port_server_client.h
@@ -568,6 +569,7 @@ filegroups:
- test/core/end2end/fixtures/proxy.c
- test/core/iomgr/endpoint_tests.c
- test/core/util/grpc_profiler.c
+ - test/core/util/mock_endpoint.c
- test/core/util/parse_hexstring.c
- test/core/util/port_posix.c
- test/core/util/port_server_client.c
@@ -1682,6 +1684,7 @@ targets:
- gpr
corpus_dirs:
- test/core/transport/chttp2/hpack_parser_corpus
+ maxlen: 512
- name: hpack_parser_test
build: test
language: c
@@ -1714,6 +1717,7 @@ targets:
- gpr
corpus_dirs:
- test/core/http/corpus
+ maxlen: 2048
- name: http_parser_test
build: test
language: c
@@ -1827,6 +1831,7 @@ targets:
- gpr
corpus_dirs:
- test/core/json/corpus
+ maxlen: 512
- name: json_rewrite
build: test
run: false
@@ -1953,6 +1958,7 @@ targets:
- gpr
corpus_dirs:
- test/core/nanopb/corpus_response
+ maxlen: 128
- name: nanopb_fuzzer_serverlist_test
build: fuzzer
language: c
@@ -1965,6 +1971,7 @@ targets:
- gpr
corpus_dirs:
- test/core/nanopb/corpus_serverlist
+ maxlen: 128
- name: no_server_test
cpu_cost: 0.1
build: test
@@ -2016,6 +2023,19 @@ targets:
- grpc
- gpr_test_util
- gpr
+- name: server_fuzzer
+ build: fuzzer
+ language: c
+ src:
+ - test/core/end2end/fuzzers/server_fuzzer.c
+ deps:
+ - grpc_test_util
+ - grpc
+ - gpr_test_util
+ - gpr
+ corpus_dirs:
+ - test/core/end2end/fuzzers/server_fuzzer_corpus
+ maxlen: 2048
- name: server_test
build: test
language: c
@@ -2226,6 +2246,7 @@ targets:
- gpr
corpus_dirs:
- test/core/client_config/uri_corpus
+ maxlen: 128
- name: uri_parser_test
build: test
language: c
@@ -2631,6 +2652,20 @@ targets:
- mac
- linux
- posix
+- name: json_run_localhost
+ build: test
+ run: false
+ language: c++
+ src:
+ - test/cpp/qps/json_run_localhost.cc
+ deps:
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
+ - grpc++_test_config
- name: metrics_client
build: test
run: false
@@ -2690,6 +2725,21 @@ targets:
- mac
- linux
- posix
+- name: qps_json_driver
+ build: test
+ run: false
+ language: c++
+ src:
+ - test/cpp/qps/qps_json_driver.cc
+ deps:
+ - qps
+ - grpc++_test_util
+ - grpc_test_util
+ - grpc++
+ - grpc
+ - gpr_test_util
+ - gpr
+ - grpc++_test_config
- name: qps_openloop_test
cpu_cost: 0.5
build: test
@@ -2729,7 +2779,8 @@ targets:
- linux
- posix
- name: qps_worker
- build: benchmark
+ build: test
+ run: false
language: c++
headers:
- test/cpp/qps/client.h