Modify test polling engine

pull/18881/head
Na-Na Pang 6 years ago
parent 2d5a9750a0
commit c96c21244c
  1. 6
      build.yaml
  2. 8
      tools/run_tests/generated/tests.json

@ -4096,13 +4096,10 @@ targets:
- callback_test_service
benchmark: true
defaults: benchmark
excluded_poll_engines:
- poll
platforms:
- mac
- linux
- posix
timeout_seconds: 1200
- name: bm_callback_unary_ping_pong
build: test
language: c++
@ -4122,13 +4119,10 @@ targets:
- callback_test_service
benchmark: true
defaults: benchmark
excluded_poll_engines:
- poll
platforms:
- mac
- linux
- posix
timeout_seconds: 1200
- name: bm_channel
build: test
language: c++

@ -3516,9 +3516,6 @@
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"excluded_poll_engines": [
"poll"
],
"flaky": false,
"gtest": false,
"language": "c++",
@ -3528,7 +3525,6 @@
"mac",
"posix"
],
"timeout_seconds": 1200,
"uses_polling": true
},
{
@ -3542,9 +3538,6 @@
"cpu_cost": 1.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"excluded_poll_engines": [
"poll"
],
"flaky": false,
"gtest": false,
"language": "c++",
@ -3554,7 +3547,6 @@
"mac",
"posix"
],
"timeout_seconds": 1200,
"uses_polling": true
},
{

Loading…
Cancel
Save