Merge pull request #5842 from vjpai/qps_wall

Temporarily disable qps tsan tests
pull/5849/head
Jan Tattermusch 9 years ago
commit cb1c389a6c
  1. 4
      build.yaml
  2. 8
      tools/run_tests/tests.json

@ -2452,6 +2452,8 @@ targets:
- gpr_test_util - gpr_test_util
- gpr - gpr
- grpc++_test_config - grpc++_test_config
exclude_configs:
- tsan
platforms: platforms:
- mac - mac
- linux - linux
@ -2471,6 +2473,8 @@ targets:
- gpr_test_util - gpr_test_util
- gpr - gpr
- grpc++_test_config - grpc++_test_config
exclude_configs:
- tsan
platforms: platforms:
- mac - mac
- linux - linux

@ -2296,7 +2296,9 @@
"posix" "posix"
], ],
"cpu_cost": 10, "cpu_cost": 10,
"exclude_configs": [], "exclude_configs": [
"tsan"
],
"flaky": false, "flaky": false,
"gtest": false, "gtest": false,
"language": "c++", "language": "c++",
@ -2315,7 +2317,9 @@
"posix" "posix"
], ],
"cpu_cost": 10, "cpu_cost": 10,
"exclude_configs": [], "exclude_configs": [
"tsan"
],
"flaky": false, "flaky": false,
"gtest": false, "gtest": false,
"language": "c++", "language": "c++",

Loading…
Cancel
Save