From b6a0c91aa16a06d8c7f8316919491290c8890be7 Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Tue, 20 Oct 2020 21:43:01 -0700 Subject: 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 --- test/runtimes/exclude/python3.7.3.csv | 1 - 1 file changed, 1 deletion(-) (limited to 'test/runtimes/exclude/python3.7.3.csv') 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, -- cgit v1.2.3