-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69273/
-----------------------------------------------------------
(Updated Nov. 12, 2018, 2:33 p.m.)
Review request for mesos, Greg Mann and Joseph Wu.
Changes
-------
Added additional TODO's.
Bugs: MESOS-9358
https://issues.apache.org/jira/browse/MESOS-9358
Repository: mesos
Description
-------
Removed some flakyness from the test
SlaveRecoveryTest.AgentReconfigurationWithRunningTask
by removing the `refuse_offers` filter and by pausing
the clock whenever possible during the test.
Diffs (updated)
-----
src/tests/slave_recovery_tests.cpp 5842ccffaf8c409aaa9c84720ba6c7b07ba6dc7c
Diff: https://reviews.apache.org/r/69273/diff/2/
Changes: https://reviews.apache.org/r/69273/diff/1-2/
Testing
-------
`./src/mesos-tests --gtest_filter="*ReconfigurationWithRunning*"
--gtest_repeat=200`
Thanks,
Benno Evers