Build mesos without perftools (else the compile fails):

-bash-3.2$ pwd
/data/test/mesos-cluster/mesos-0.12.0
-bash-3.2$ cd build/
-bash-3.2$ ../configure
--prefix=/data/test/mesos-cluster/mesos-0.12.0/installation
--disable-perftools

Run tests (all the Cgroups fail, but I'm not sudo so I think that's expected):
-bash-3.2$ ./bin/mesos-tests.sh  --gtest_filter=-Cgroups*

Still more failures, should I be concerned about there?

[----------] Global test environment tear-down
[==========] 217 tests from 41 test cases ran. (400633 ms total)
[  PASSED  ] 212 tests.
[  FAILED  ] 5 tests, listed below:
[  FAILED  ] ZooKeeperTest.Auth
[  FAILED  ] CoordinatorTest.NotLearnedFill
[  FAILED  ] CoordinatorTest.MultipleAppendsNotLearnedFill
[  FAILED  ] CoordinatorTest.Truncate
[  FAILED  ] CoordinatorTest.TruncateNotLearnedFill

Reply via email to