----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69275/ -----------------------------------------------------------
(Updated Nov. 7, 2018, 10:41 p.m.) Review request for mesos, Armand Grillet and Benjamin Mahler. Repository: mesos Description ------- This patch adds a check to the parallel test runner that catches setups where the user is not allowed to launch many process (e.g., the default value for `ulimit -u` on centos7). This can lead to test execution failures if many `mesos-tests` instances are run in parallel on machines with many cores (by default the parallel test runner would execute `nproc` shards which would fork potentially multiple executable launching `nproc` libprocess worker threads). Diffs (updated) ----- support/mesos-gtest-runner.py 9cf72af246a2fabf2cb57ed42136eeaaa1495f20 Diff: https://reviews.apache.org/r/69275/diff/2/ Changes: https://reviews.apache.org/r/69275/diff/1-2/ Testing ------- Executed `mesos-tests` in parallel with default settings. Thanks, Benjamin Bannier
