-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37362/
-----------------------------------------------------------
(Updated Aug. 25, 2015, 10:03 a.m.)
Review request for mesos, Benjamin Hindman, Ben Mahler, Artem Harutyunyan,
Joris Van Remoortere, and Vinod Kone.
Changes
-------
Adjust some spacing in the tests (correcting the style).
Bugs: MESOS-2067 and MESOS-3069
https://issues.apache.org/jira/browse/MESOS-2067
https://issues.apache.org/jira/browse/MESOS-3069
Repository: mesos
Description
-------
Endpoint: /maintenance.stop
Registry operation = maintenance::StopMaintenance
Sets the list of machines back to Normal mode. Removes those machines from
the maintenance schedule.
Diffs (updated)
-----
src/master/http.cpp 37d76ee72f6a037f551bf2609e9393e16b496e44
src/master/maintenance.hpp PRE-CREATION
src/master/maintenance.cpp PRE-CREATION
src/master/master.hpp 36c67599ef2c470da8d95f2caf926a154342d2cc
src/master/master.cpp 95207d24db0aa052eb70c4cc7eb75d0611c365cf
src/tests/master_maintenance_tests.cpp PRE-CREATION
src/tests/registrar_tests.cpp 032e644ee19751b4ce5767d46f474d34ec4b9166
Diff: https://reviews.apache.org/r/37362/diff/
Testing
-------
`make check`
New Tests:
RegistrarTest.StopMaintenance
Schedules some machines. Deactivates some. Reactivates some.
MasterMaintenanceTest.ReactivateMachines
Tests some invalid lists.
Schedules some machines. Deactivates some. Tests some valid and invalid
lists.
Checks that the schedule is modified.
Thanks,
Joseph Wu