-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34970/
-----------------------------------------------------------
(Updated June 5, 2015, 7:56 p.m.)
Review request for mesos, Jie Yu and Vinod Kone.
Changes
-------
Resolved merge conflicts for the os::getenv changes that landed.
Bugs: MESOS-2655
https://issues.apache.org/jira/browse/MESOS-2655
Repository: mesos
Description
-------
Now the NoExecutorScheduler can take a custom command, as well as the resources
for the task and how many tasks to run.
This allows us to continue using it for an end-to-end test as part of make
check, but also allows it to be used against a cluster in a long-lived fashion.
Diffs (updated)
-----
src/examples/no_executor_framework.cpp
1fb853d6e4a3deb3c36e6e661689697c8ebf898f
src/tests/no_executor_framework_test.sh
d2d395595b778bc543e1baaa0fd415dc622b647f
src/tests/script.cpp 515e3141e1d517da4cfc1421d5301d0a3bd6ad51
Diff: https://reviews.apache.org/r/34970/diff/
Testing
-------
The existing no executor framework test picks this up.
Since we do not have an non-zero estimator yet, I modified the slave to send
revocable resources in order to manually test the revocable case.
Thanks,
Ben Mahler