Merge pull request #17183 from jtattermusch/client_channel_stress_tests_open_files

make client_channel_stress_test run exclusively
pull/17197/head
Jan Tattermusch 6 years ago committed by GitHub
commit b79462f186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      build.yaml
  2. 2
      tools/run_tests/generated/tests.json

@ -4489,6 +4489,7 @@ targets:
- gpr
- name: client_channel_stress_test
gtest: false
cpu_cost: 10.0
build: test
language: c++
src:

@ -3990,7 +3990,7 @@
"posix",
"windows"
],
"cpu_cost": 1.0,
"cpu_cost": 10.0,
"exclude_configs": [],
"exclude_iomgrs": [],
"flaky": false,

Loading…
Cancel
Save