summaryrefslogtreecommitdiffhomepage
path: root/test/runtimes/exclude
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@google.com>2020-10-20 21:43:01 -0700
committergVisor bot <gvisor-bot@google.com>2020-10-20 21:44:51 -0700
commitb6a0c91aa16a06d8c7f8316919491290c8890be7 (patch)
treebe430d17a0809664621bed3d3768f9c2d2ef0367 /test/runtimes/exclude
parent7dc108b41f59ad750f987861d0bda09217916ccb (diff)
test/runtime: set the NOFILE soft rlimit to 32K
The python:test_subprocess enumerates all possible file descriptors and fails by timeout if the limit is too high. There is a know thing about docker that it sets this limit to 1M by default, but on native linux, this limit will be between 1K to 32K. PiperOrigin-RevId: 338197239
Diffstat (limited to 'test/runtimes/exclude')
-rw-r--r--test/runtimes/exclude/python3.7.3.csv1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/runtimes/exclude/python3.7.3.csv b/test/runtimes/exclude/python3.7.3.csv
index 8760f8951..911f22855 100644
--- a/test/runtimes/exclude/python3.7.3.csv
+++ b/test/runtimes/exclude/python3.7.3.csv
@@ -18,4 +18,3 @@ test_selectors,b/76116849,OSError not raised with epoll
test_smtplib,b/162980434,unclosed sockets
test_signal,,Flaky - signal: alarm clock
test_socket,b/75983380,
-test_subprocess,b/162980831,