----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68431/#review207633 -----------------------------------------------------------
Ship it! Ship It! - Greg Mann On Aug. 20, 2018, 9:09 p.m., Gastón Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68431/ > ----------------------------------------------------------- > > (Updated Aug. 20, 2018, 9:09 p.m.) > > > Review request for mesos and Greg Mann. > > > Bugs: MESOS-8872 > https://issues.apache.org/jira/browse/MESOS-8872 > > > Repository: mesos > > > Description > ------- > > `OperationReconciliationTest.AgentPendingOperationAfterMasterFailover` > is currently flaky on slow machines. > > This patch temporarily resumes the clock after the master failover and > until the agent reregisters. This should avoid deadlocks and make the > test reliable. > > > Diffs > ----- > > src/tests/operation_reconciliation_tests.cpp > aec298d76d971219e1cbecd33ffd24b4af9d0484 > > > Diff: https://reviews.apache.org/r/68431/diff/1/ > > > Testing > ------- > > `bin/mesos-tests.sh > --gtest_filter='*AgentPendingOperationAfterMasterFailover*' --verbose > --gtest_repeat=1000 --gtest_break_on_failure` > > > Thanks, > > Gastón Kleiman > >