-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43664/
-----------------------------------------------------------
(Updated Feb. 17, 2016, 10:45 p.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Rebased.
Bugs: MESOS-3570
https://issues.apache.org/jira/browse/MESOS-3570
Repository: mesos
Description
-------
This change modifies the existing `SchedulerTest.Subscribe` to just test if we
are able to subscribe with the master instead of also testing for scheduler
failover.
Added a `TODO` to add a separate test for testing scheduler failover once
MESOS-3339 is resolved. The reasoning for doing so was that the callback
interface would simplify writing the test.
Diffs (updated)
-----
src/tests/scheduler_tests.cpp 37f17094b3f11fd02468bf51b51b8e65ccb350a9
Diff: https://reviews.apache.org/r/43664/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar