-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52620/
-----------------------------------------------------------
(Updated Oct. 10, 2016, 8:18 p.m.)
Review request for mesos and Anand Mazumdar.
Bugs: MESOS-4948
https://issues.apache.org/jira/browse/MESOS-4948
Repository: mesos
Description
-------
Updated InverseOffers* maintenance tests to use the new scheduler mock.
Diffs (updated)
-----
src/tests/master_maintenance_tests.cpp
77eb405ab7314da906bed9ec1d0018c24928d8d8
Diff: https://reviews.apache.org/r/52620/diff/
Testing (updated)
-------
Tested on OS X 10.11 and Ubuntu 14.04.
```
make check GTEST_FILTER='MasterMaintenanceTest.*' GTEST_REPEAT=1000
GTEST_BREAK_ON_FAILURE=1
```
Noticed a segfault caused by getenv / setenv race (MESOS-3475), but it's
unrelated to this change and is reproducible on current master.
Thanks,
Ilya Pronin