Mesos Tips

2015-08-11 Klaus Ma 更多博文 » 博客 » GitHub »

原文链接 http://www.k8s.tips/tech/2015/08/11/mesos_tips/
注:以下为加速网络访问所做的原文缓存,经过重新格式化,可能存在格式方面的问题,或偶有遗漏信息,请以原文为准。


Compile Mesos UT cases without running them

make check -j8 GTEST_FILTER=-"*"

Run compiled Mesos UT cases

cd build
src/mesos-tests --gtest_filter=FetcherTest.OSNetUriTest