----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69369/#review210591 -----------------------------------------------------------
PASS: Mesos patch 69369 was successfully built and tested. Reviews applied: `['69368', '69369']` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2607/mesos-review-69369 - Mesos Reviewbot Windows On Nov. 16, 2018, 1:54 a.m., Till Toenshoff wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69369/ > ----------------------------------------------------------- > > (Updated Nov. 16, 2018, 1:54 a.m.) > > > Review request for mesos, Alexander Rukletsov, Alexander Rojas, and Benjamin > Bannier. > > > Bugs: MESOS-9317 > https://issues.apache.org/jira/browse/MESOS-9317 > > > Repository: mesos > > > Description > ------- > > Adds the helper function 'collectAuthorizations' to master.hpp. This > function allows for a simple way to collect authorization futures and > only if all supplied futures result in an approved authorization will > the returned future return true. > All identified areas that were formally triggering MESOS-9317 are > being updated to make use of this new helper. > A helper function has been chosen and preferred over copying this > pattern into the areas that needed a fix to allow for an efficient and > complete test coverage. > Additionally we are adding a test validating that new helper. > > > Diffs > ----- > > src/master/master.hpp e77babf22126838c63cd05e483875c9beb3ac5ff > src/master/master.cpp 1e326ec42a7f79a0835529a4655e7ec272f1cf40 > src/master/weights_handler.cpp 222ec754e216da195250d1895a728294a076ee5d > src/tests/master_tests.cpp ac6bf379c5906cf9612284911c121c9457f648a0 > > > Diff: https://reviews.apache.org/r/69369/diff/1/ > > > Testing > ------- > > `make check` and internal CI validation. > > > Thanks, > > Till Toenshoff > >
