-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69273/
-----------------------------------------------------------
Review request for mesos, Greg Mann and Joseph Wu.
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
-----
src/tests/slave_recovery_tests.cpp 5842ccffaf8c409aaa9c84720ba6c7b07ba6dc7c
Diff: https://reviews.apache.org/r/69273/diff/1/
Testing
-------
`./src/mesos-tests --gtest_filter="*ReconfigurationWithRunning*"
--gtest_repeat=200`
Thanks,
Benno Evers