----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69194/#review210124 -----------------------------------------------------------
PASS: Mesos patch 69194 was successfully built and tested. All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2541/mesos-review-69194 - Mesos Reviewbot Windows On Oct. 26, 2018, 10:34 p.m., Meng Zhu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69194/ > ----------------------------------------------------------- > > (Updated Oct. 26, 2018, 10:34 p.m.) > > > Review request for mesos and Joseph Wu. > > > Bugs: MESOS-5048 > https://issues.apache.org/jira/browse/MESOS-5048 > > > Repository: mesos > > > Description > ------- > > `MesosContainerizerSlaveRecoveryTest.ResourceStatistics` is flaky > due to a race between agent restarting in the test and agent > delivering queued tasks to registered executor. If queued task is > delivered before agent restarts, an unexpected > `MesosContainerizerProcess::update()` would be triggered, thus > failing the test. This patch eliminates the race by explicitly > waiting for the `update()` call before triggering the agent restart. > > > Diffs > ----- > > src/tests/slave_recovery_tests.cpp 4bf0229a51b4cf60ddd84d15e84d6ce9fddd2608 > > > Diff: https://reviews.apache.org/r/69194/diff/1/ > > > Testing > ------- > > ran `MesosContainerizerSlaveRecoveryTest.ResourceStatistics` continuously > without failure. > > > Thanks, > > Meng Zhu > >
