I've started on a solution to this: https://github.com/hintjens/libzmq/commit/32fa426e61b92bdd0929990cebc799839cc335a7
(Pull request waiting to be merged). It's a system check that runs at the start of the self-tests, and asserts that we can open at least 1,000 sockets, or prints a helpful message. We could expand this to other known trouble areas. On Wed, Sep 4, 2013 at 1:24 PM, Charles Remes <[email protected]> wrote: > This is a long standing problem with all versions of OSX. By default they > have insufficient file descriptors for the stress test to function properly. > We do not want the tests to rely on "sudo" or some other privilege elevator > to increase the number of FDs. Perhaps there should be a warning printed on > OSX when this specific test fails along with a short instruction on how to > manually fix it. > > cr > > On Sep 3, 2013, at 7:03 PM, Peter Jurgensen <[email protected]> wrote: > >> The standup problem was easily fixed. It was the 'make check' fail that I >> was concerned about. >> >> test_shutdown_stress should work, but didn't. >> >> >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
