----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48442/ -----------------------------------------------------------
(Updated June 8, 2016, 9:37 p.m.) Review request for mesos and Vinod Kone. Changes ------- Updated description for posterity. Repository: mesos Description (updated) ------- After the recent test refactorings we no longer invoke `Shutdown()` at the end of the tests. This ensures that the `Master` object is destroyed strictly _after_ the scheduler library itself (MESOS-4029). This ensures that there cannot be any unexpected callbacks thereafter. Also, fixed a wrong expectation in `Teardown` test. We explicitly close the socket now after https://reviews.apache.org/r/44729/ Diffs ----- src/tests/scheduler_tests.cpp d9cc3fde0caeadb16164e68ed66be098fd3ada7c Diff: https://reviews.apache.org/r/48442/diff/ Testing ------- make check (gtest_repeat=1000) no gmock warnings were generated Thanks, Anand Mazumdar
