----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22539/ -----------------------------------------------------------
(Updated June 21, 2014, 4:30 p.m.) Review request for mesos, Benjamin Hindman and Ben Mahler. Summary (updated) ----------------- Add the low level scheduler examples, implemented using libprocess or pthread. Repository: mesos-git Description (updated) ------- Add the low level scheduler examples Diffs (updated) ----- src/Makefile.am a87eb211e9b153098b451313c977c80bf1ae0cc4 src/examples/low_level_scheduler.cpp PRE-CREATION src/examples/low_level_scheduler_libprocess.cpp PRE-CREATION src/tests/examples_tests.cpp 34f0233aca3433faba7528ac8c354100b8d3a4f7 src/tests/low_level_scheduler_libprocess_test.sh PRE-CREATION src/tests/low_level_scheduler_test.sh PRE-CREATION Diff: https://reviews.apache.org/r/22539/diff/ Testing (updated) ------- [==========] Running 2 tests from 1 test case. [----------] Global test environment set-up. [----------] 2 tests from ExamplesTest [ RUN ] ExamplesTest.LowLevelScheduler [ OK ] ExamplesTest.LowLevelScheduler (1647 ms) [ RUN ] ExamplesTest.LowLevelSchedulerLibprocess [ OK ] ExamplesTest.LowLevelSchedulerLibprocess (1698 ms) [----------] 2 tests from ExamplesTest (3345 ms total) [----------] Global test environment tear-down [==========] 2 tests from 1 test case ran. (3360 ms total) [ PASSED ] 2 tests. Thanks, Zuyu Zhang
