> On Aug. 6, 2018, 10:35 p.m., Chun-Hung Hsiao wrote: > > src/tests/containerizer/cni_isolator_tests.cpp > > Lines 1957-1958 (original), 1990-1996 (patched) > > <https://reviews.apache.org/r/68239/diff/2/?file=2069278#file2069278line1997> > > > > This test waits for all `TASK_RUNNING` before any `TASK_FINISHED`. What > > if the first `TASK_FINISHED` is delivered before the last `TASK_RUNNING`?
I missed the fact that the tasks won't finish until the `echo foo | nc` commands happen. Dropping this. - Chun-Hung ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/68239/#review206907 ----------------------------------------------------------- On Aug. 6, 2018, 8:31 p.m., Jie Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/68239/ > ----------------------------------------------------------- > > (Updated Aug. 6, 2018, 8:31 p.m.) > > > Review request for mesos, Chun-Hung Hsiao and Greg Mann. > > > Repository: mesos > > > Description > ------- > > This patch updated the port mapper CNI test to launch multiple > containers concurrently. This would allow us to catch the scenarios > where multiple iptables commands are executed concurrently. > > This test fails if the fix for MESOS-9125 is not included. > > > Diffs > ----- > > src/common/values.hpp 39487b955fc1a3c963f69de66ba0da869dd3ab2e > src/tests/containerizer/cni_isolator_tests.cpp > 90d2d4103c8136d2dd883318acc135f7efca80d8 > > > Diff: https://reviews.apache.org/r/68239/diff/2/ > > > Testing > ------- > > sudo make check > > > Thanks, > > Jie Yu > >
