-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72833/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-10166
https://issues.apache.org/jira/browse/MESOS-10166
Repository: mesos
Description
-------
This patch removes the outdated `operator==` for `FrameworkInfo`
(which has been comparing only `name` and `user` fields)
and replaces it with `equivalent()` in the tests that need to compare
`FrameworkInfo`s.
Diffs
-----
include/mesos/type_utils.hpp da9fd9694b08827b968514b4b078097c912640c8
include/mesos/v1/mesos.hpp d8304f10d6ac6bbcf014e515e0bfd77a2b96e138
src/tests/api_tests.cpp e0ce0335bf99f1f624efcca8c86f797df472d68f
src/tests/master_allocator_tests.cpp 416b7ba733c3a9fc75e64fecf088ff13548bab3f
src/tests/resources_tests.cpp bd044310e297174155b88d5694641acd5df4cf59
Diff: https://reviews.apache.org/r/72833/diff/1/
Testing
-------
`support/mesos-gtest-runner.py src/mesos-tests`
Thanks,
Andrei Sekretenko
|