aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-10-06 10:09:09 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-10-06 10:09:09 -0700
commitdb78c2fa3b753f84940ff4fea0e7627b8779413e (patch)
treeeebb18fb98b7510f35d490ecbef22df51bc91abd /templates/tools/run_tests
parent12f38b8ecc112d46f372f4c20e0d47a365a43a7e (diff)
Set gpr_mpscq_test to not use polling, make that bit work again
Diffstat (limited to 'templates/tools/run_tests')
-rw-r--r--templates/tools/run_tests/generated/tests.json.template3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tools/run_tests/generated/tests.json.template b/templates/tools/run_tests/generated/tests.json.template
index 10ab2e445a..0c9f0a14c4 100644
--- a/templates/tools/run_tests/generated/tests.json.template
+++ b/templates/tools/run_tests/generated/tests.json.template
@@ -13,7 +13,8 @@
"exclude_iomgrs": tgt.get("exclude_iomgrs", []),
"args": tgt.get("args", []),
"flaky": tgt.flaky,
- "cpu_cost": tgt.get("cpu_cost", 1.0)}
+ "cpu_cost": tgt.get("cpu_cost", 1.0),
+ "uses_polling": tgt.get("uses_polling", True)}
timeout_seconds = tgt.get("timeout_seconds", None)
if timeout_seconds:
out['timeout_seconds'] = timeout_seconds