You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This marks a couple tests that run `ps` as requiring that executable, since it's not normally installed by default in a Docker container. It also accounts for the fact that `ulimit -n` can be 2^20 in a Docker container, so we constrain concurrently spawned processes to an upper bound of 4096 instead.
letmatch=try #require(try#/\s*PID\s*PGID\s*(?<pid>[\-]?[0-9]+)\s*(?<pgid>[\-]?[0-9]+)\s*/#.wholeMatch(in: resultValue),"ps output was in an unexpected format:\n\n\(resultValue)")
letmatch=try #require(try#/\s*PID\s*PGID\s*TPGID\s*(?<pid>[\-]?[0-9]+)\s*(?<pgid>[\-]?[0-9]+)\s*(?<tpgid>[\-]?[0-9]+)\s*/#.wholeMatch(in: psValue),"ps output was in an unexpected format:\n\n\(psValue)")
948
954
// If setsid() has been called successfully, we shold observe:
0 commit comments