-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39946/
-----------------------------------------------------------
(Updated Nov. 14, 2015, 3:04 a.m.)
Review request for mesos and Joris Van Remoortere.
Changes
-------
Rebase.
Bugs: MESOS-3827
https://issues.apache.org/jira/browse/MESOS-3827
Repository: mesos
Description
-------
As discussed in MESOS-3827, this can improve compilation time of classes that
use GMock. On my system, this improves the compilation time of the unit tests by
about 8%.
Note that we can't use this technique with TestAllocator, because it is
templatized.
Diffs (updated)
-----
src/Makefile.am 92d07c3da897c7664c63e2af91d45921d66f64aa
src/tests/containerizer/launcher.hpp f587dda7a2a968f96acb8cb316fd4079d37d9ca2
src/tests/containerizer/launcher.cpp PRE-CREATION
src/tests/mesos.hpp 25074a0b8d86b83c5820f7a5a5e10b4ba9efb1ed
src/tests/mesos.cpp 5667e961fe70d15defbb127c174e91376ca9de3d
Diff: https://reviews.apache.org/r/39946/diff/
Testing
-------
Thanks,
Neil Conway