----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/64770/#review195254 -----------------------------------------------------------
Ship it! Ship It! - Alexander Rukletsov On Dec. 21, 2017, 3:58 p.m., Andrei Budnik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/64770/ > ----------------------------------------------------------- > > (Updated Dec. 21, 2017, 3:58 p.m.) > > > Review request for mesos, Alexander Rukletsov, Greg Mann, and Joseph Wu. > > > Bugs: MESOS-7506 > https://issues.apache.org/jira/browse/MESOS-7506 > > > Repository: mesos > > > Description > ------- > > There was a race condition leading to flaky > `LinuxCapabilitiesIsolatorFlagsTest.ROOT_IsolatorFlags` test. > This test launches successively multiple agents, while reusing the same > variable. After reassigning the value of the variable, agent's d'tor is > called. If agent recovery is not yet completed, then some orphaned > container might blink in the agent's d'tor as it is described in the > comment to the code. > > > Diffs > ----- > > src/tests/cluster.cpp f964bf0cd0cf22374877e5748ba142dcb5fee133 > > > Diff: https://reviews.apache.org/r/64770/diff/4/ > > > Testing > ------- > > sudo make check (fedora 25) > internal CI > > > Thanks, > > Andrei Budnik > >
