> On June 2, 2017, 1:36 a.m., Greg Mann wrote: > > src/tests/api_tests.cpp > > Lines 1205-1218 (patched) > > <https://reviews.apache.org/r/59099/diff/5/?file=1736288#file1736288line1206> > > > > I understand that you were just following an existing pattern here, but > > it does seem pretty inconsistent with the rest of our test code. I would > > prefer Till's suggestion as well. > > > > Perhaps you could create a ticket to update all the tests here which > > use this `.then` continuation approach, to make them more consistent with > > the rest of the codebase, and add a TODO in this file with a link to the > > ticket? Could go in a separate review.
Will cleanup in a follow up review. - Alexander ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/59099/#review176701 ----------------------------------------------------------- On June 1, 2017, 4:57 p.m., Alexander Rojas wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/59099/ > ----------------------------------------------------------- > > (Updated June 1, 2017, 4:57 p.m.) > > > Review request for mesos, Adam B, Greg Mann, and Till Toenshoff. > > > Bugs: MESOS-7415 > https://issues.apache.org/jira/browse/MESOS-7415 > > > Repository: mesos > > > Description > ------- > > Enables the use of authorization for the `UPDATE_MAINTENANCE_SCHEDULE` > v1 API call, using the ACL `UpdateMaintenanceSchedule` and the action > of the same name as the API call. > > It also updates the ApiTests to take into account the authorization > case. > > > Diffs > ----- > > src/master/http.cpp 1dcfe6ef00b0e3984deb79a511e665f638661323 > src/master/master.hpp 89d0790fd5fea59e74276f462581fe0073594732 > src/tests/api_tests.cpp 91b3473452b8e65cab9f2e873837d64a0edf4b54 > > > Diff: https://reviews.apache.org/r/59099/diff/5/ > > > Testing > ------- > > make check > > > Thanks, > > Alexander Rojas > >
