----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/3795/ -----------------------------------------------------------
(Updated 2012-02-08 07:32:57.682479) Review request for mesos. Changes ------- Add test to resources_tests.cpp, too. Summary ------- The current Resources::operator== only checks resource types that exist in the LHS, so it is not reflexive and the empty set of resources is equal to all other sets of resources. I assume this is a bug, though it doesn't appear to change the outcome of any tests. Diffs (updated) ----- src/common/resources.hpp 4210f85 src/tests/resources_tests.cpp dc0637a Diff: https://reviews.apache.org/r/3795/diff Testing ------- make check Thanks, Charles
