I've got it down to 10 (consistently) failing tests, but they don't seem too critical for my current experiments. Looks like all the test failures (except for MESOS-335, which doesn't repro reliably) are related to Linux cgroups.
https://github.com/mesos/mesos/wiki/Using-Linux-Containers was helpful! It was bit out of date, so I updated it. With regard to the cgroups unit tests, it said "These are disabled by default", but `make check` runs cgroups tests for me. It also mentioned a script/program called "alltests" that no longer exists. Semi-related question: how do I run a single unit test? Say, only CgroupsNoHierarchyTest? I wrote: > I've done little C/C++ hacking on Linux. Really I should have said I've done little C/C++ hacking, period. But I get the basics. :)
