----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/66924/#review202555 -----------------------------------------------------------
Fix it, then Ship it! src/tests/master_slave_reconciliation_tests.cpp Lines 496 (patched) <https://reviews.apache.org/r/66924/#comment284372> Nit: indented too far. src/tests/master_slave_reconciliation_tests.cpp Lines 502 (patched) <https://reviews.apache.org/r/66924/#comment284373> Is `WillOnce` sufficient here? src/tests/master_slave_reconciliation_tests.cpp Lines 592 (patched) <https://reviews.apache.org/r/66924/#comment284375> Is this necessary? src/tests/mesos.hpp Lines 469 (patched) <https://reviews.apache.org/r/66924/#comment284376> Is this necessary? - Greg Mann On May 4, 2018, 11:37 p.m., Gaston Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/66924/ > ----------------------------------------------------------- > > (Updated May 4, 2018, 11:37 p.m.) > > > Review request for mesos, Benjamin Bannier, Chun-Hung Hsiao, and Greg Mann. > > > Bugs: MESOS-8784 > https://issues.apache.org/jira/browse/MESOS-8784 > > > Repository: mesos > > > Description > ------- > > Made the master include the operation ID in OPERATION_DROPPED updates. > > > Diffs > ----- > > src/master/master.hpp 76e7763a99972f686af9d7eed08b6b6b1db23b0f > src/master/master.cpp 3b5d2eba3f602f68a6bb1e00444b01fb58a1bfc2 > src/tests/master_slave_reconciliation_tests.cpp > 71e22af7ac3b7bc4c72340274961db16d7355e7d > src/tests/mesos.hpp 8da3b021874097c5b66e5bc7d9fdafcc8fc377ef > > > Diff: https://reviews.apache.org/r/66924/diff/2/ > > > Testing > ------- > > `make check` on GNU/Linux. > > > The test in this patch fails without the corresponding master change, but > succeeds with it applied. > > > Thanks, > > Gaston Kleiman > >
