-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/49921/
-----------------------------------------------------------
(Updated Oct. 4, 2016, 11:46 p.m.)
Review request for mesos, Alex Clemmer and Joseph Wu.
Bugs: MESOS-5792
https://issues.apache.org/jira/browse/MESOS-5792
Repository: mesos
Description
-------
This patch builds <BUILD-DIR>/src/mesos-tests
This patch adds all test sources, categorize them so that some are run
in environment with Java, on Unix, etc. Patch allows to run all the
tests that are enabled on a platform by simply running the mesos-tests
executable.
Diffs (updated)
-----
src/CMakeLists.txt ba49d81335fd47a8ced334e282eadb00657bf2c2
src/tests/CMakeLists.txt f5d66dc63143455506d8660674fbd9eb227625ff
src/tests/cmake/MesosTestsConfigure.cmake
3f543c010ae87ff04e6b45745bc49ef65b6590ff
src/tests/containerizer/CMakeLists.txt PRE-CREATION
Diff: https://reviews.apache.org/r/49921/diff/
Testing
-------
cmake .. && make
src/tests/mesos-tests (runs 723 tests with no failures)
I did not enable any module that has even a single failue. There are many more
tests that are passing.
Thanks,
Srinivas Brahmaroutu