----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66165/#review200651 -----------------------------------------------------------
Patch looks great! Reviews applied: [66164, 66165] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose --disable-libtool-wrappers' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh - Mesos Reviewbot On March 20, 2018, 8:36 p.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66165/ > ----------------------------------------------------------- > > (Updated March 20, 2018, 8:36 p.m.) > > > Review request for mesos, Alexander Rukletsov and Benjamin Bannier. > > > Bugs: MESOS-8613 > https://issues.apache.org/jira/browse/MESOS-8613 > > > Repository: mesos > > > Description > ------- > > When the slave has a very short lifetime, its scheduled registration > retry might occur when the test is tearing down. These unintuitively > motivated registrations in turn cause additional invocations of > `AddSlave` on the allocator. > Additionally, this also reverts the newly introduced Clock pauses as > they have shown to be problematic. > > > Diffs > ----- > > src/tests/master_allocator_tests.cpp > 1ceb8e8a57ab300a957931d5ad3d54904e555597 > > > Diff: https://reviews.apache.org/r/66165/diff/2/ > > > Testing > ------- > > make check > > Ran the MasterAllocatorTests 10k times without any hiccups. > > > Thanks, > > Till Toenshoff > >
