aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_tests.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-11 20:45:47 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-05-11 20:45:47 +0000
commit93ef6feaeee8266627eaa0b51ebaa793141af02a (patch)
tree9705c209f6c8791432c8ae2584a8143b9bf7880b /tools/run_tests/run_tests.py
parent45b89fb11ca3cd524787aeba7a1270f744a1256c (diff)
Enable EPOLLEXCLUSIVE poller
Diffstat (limited to 'tools/run_tests/run_tests.py')
-rwxr-xr-xtools/run_tests/run_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_tests.py b/tools/run_tests/run_tests.py
index 83a83948a5..ddc44635d0 100755
--- a/tools/run_tests/run_tests.py
+++ b/tools/run_tests/run_tests.py
@@ -75,7 +75,7 @@ _FORCE_ENVIRON_FOR_WRAPPERS = {
_POLLING_STRATEGIES = {
- 'linux': ['epollsig', 'poll', 'poll-cv']
+ 'linux': ['epollex', 'epollsig', 'poll', 'poll-cv']
# TODO(ctiller, sreecha): enable epoll1, epollex, epoll-thread-pool
}