----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/29737/ -----------------------------------------------------------
(Updated Jan. 29, 2015, 7:54 a.m.) Review request for mesos, Adam B, Benjamin Hindman, Ben Mahler, Jie Yu, and Vinod Kone. Repository: mesos-git Description ------- The tests currently only allow to test equality of total amount of `cpus` and `mem`. Introduce a way to provide a `Resources` object which will do exact comparison including `amount`, `role`, `reservation_type`. This is used to test the success of dynamic reservations for example. Diffs (updated) ----- src/tests/mesos.hpp 17c2d8f0cb6326b08fc506143e823ee2c3a32e09 Diff: https://reviews.apache.org/r/29737/diff/ Testing ------- make check Thanks, Michael Park
