aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-03-15 11:34:08 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-03-15 12:14:13 -0700
commitf3147b3a7c92212ca6e2289222d9a7d52e0e0f78 (patch)
tree7db56eaaababb7734e5cd9da096860fea15de95b /tools/run_tests
parent16d97edf56b036c28dbe60d1184ef89b71bf8a90 (diff)
watch channel state without the gil to fix deadlock on abrupt SIGTERM
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index dc17e738e6..573196fbb7 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -695,7 +695,6 @@ class RubyLanguage(object):
tests = [self.config.job_spec(['tools/run_tests/helper_scripts/run_ruby.sh'],
timeout_seconds=10*60,
environ=_FORCE_ENVIRON_FOR_WRAPPERS)]
- # note these aren't getting ran on windows since no workers
tests.append(self.config.job_spec(['tools/run_tests/helper_scripts/run_ruby_end2end_tests.sh'],
timeout_seconds=10*60,
environ=_FORCE_ENVIRON_FOR_WRAPPERS))