----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53470/#review156054 -----------------------------------------------------------
src/tests/reservation_tests.cpp (line 2145) <https://reviews.apache.org/r/53470/#comment226188> You probably want `.WillRepeatedly(Return());` here - Alexander Rukletsov On Nov. 16, 2016, 1:57 p.m., Gastón Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/53470/ > ----------------------------------------------------------- > > (Updated Nov. 16, 2016, 1:57 p.m.) > > > Review request for mesos, Alexander Rukletsov, Benjamin Mahler, and Michael > Park. > > > Bugs: MESOS-6142 > https://issues.apache.org/jira/browse/MESOS-6142 > > > Repository: mesos > > > Description > ------- > > This test ensures that frameworks can't reserve resources using a role > different from the one they registered with. > > > Diffs > ----- > > src/tests/reservation_tests.cpp 6c28ab4557f342134efce0ad7cb174a5adb4dc10 > > Diff: https://reviews.apache.org/r/53470/diff/ > > > Testing > ------- > > `make check` > > > Thanks, > > Gastón Kleiman > >
