----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48450/#review138168 -----------------------------------------------------------
src/tests/master_tests.cpp (line 2510) <https://reviews.apache.org/r/48450/#comment203378> Should we add ``` .WillRepeatedly(Return()); ``` here, may receive statusUpdate multiple times, right? - haosdent huang On June 9, 2016, 11:13 p.m., Jay Guo wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48450/ > ----------------------------------------------------------- > > (Updated June 9, 2016, 11:13 p.m.) > > > Review request for mesos and Vinod Kone. > > > Repository: mesos > > > Description > ------- > > Add unit test for master /tasks endpoint. > > > Diffs > ----- > > src/tests/master_tests.cpp 0d64e353f0682017953b524a5f5246d76f52fa2e > > Diff: https://reviews.apache.org/r/48450/diff/ > > > Testing > ------- > > make check on Ubuntu 14.04 & OSX > > I didn't find unit test for this endpoint, therefore adding it. > > > Thanks, > > Jay Guo > >
