> 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. >
Is this on trunk? What are the error messages of the failed tests? > Semi-related question: how do I run a single unit test? Say, only > CgroupsNoHierarchyTest? > ./bin/mesos-tests --gtest_filter=CgroupsNoHierarchyTest.* Likewise, you can run all tests but the CgroupsNoHierarchyTests with: ./bin/mesos-tests --gtest_filter=-CgroupsNoHierarchyTest.*
