----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71273/#review217162 -----------------------------------------------------------
Patch looks great! Reviews applied: [71273] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose --disable-libtool-wrappers --disable-parallel-test-execution' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh - Mesos Reviewbot On Aug. 12, 2019, 7:31 p.m., Meng Zhu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/71273/ > ----------------------------------------------------------- > > (Updated Aug. 12, 2019, 7:31 p.m.) > > > Review request for mesos, Andrei Sekretenko and Benjamin Mahler. > > > Bugs: MESOS-9922 > https://issues.apache.org/jira/browse/MESOS-9922 > > > Repository: mesos > > > Description > ------- > > The test is flaky because the agent is added before the > framework and agent is not offered the framework as expected. > This patch ensures that the framework is added before the agent. > > > Diffs > ----- > > src/tests/master_quota_tests.cpp b5fe2350569271e3214cedf3300ac3f0fb34e01e > > > Diff: https://reviews.apache.org/r/71273/diff/1/ > > > Testing > ------- > > make check > ran test repeatedly without failure > > > Thanks, > > Meng Zhu > >
