----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3958/ -----------------------------------------------------------
Review request for mesos and Benjamin Hindman. Summary ------- Currently, the test FaultToleranceTest.SchedulerFailoverStatusUpdate can sometimes complete before the ExecutorDriver it launches is done with the MockExecutor instance, which can cause a crash. This test waits for the MockExecutor to have a shutdown() call complete before returning from test. Diffs ----- src/tests/fault_tolerance_tests.cpp 7be3d6b Diff: https://reviews.apache.org/r/3958/diff Testing ------- Thanks, Charles
