This is an automated email from the ASF dual-hosted git repository.

asekretenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 5274e97  Added a test for discarding image pull on discard of getting 
image.
     new 9bb35fe  Extracted FrameworkInfo comparison logic from tests.
     new 8839af8  Removed `bool operator==(const FrameworkInfo&, const 
FrameworkInfo&)`.
     new 720cc70  Eliminated redundant update broadcasts in UPDATE_FRAMEWORK.
     new 2bf7f5d  Added a test of UPDATE_FRAMEWORK with the same FrameworkInfo.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 include/mesos/type_utils.hpp                |  23 ++++-
 include/mesos/v1/mesos.hpp                  |  23 ++++-
 src/Makefile.am                             |   1 +
 src/common/type_utils.cpp                   |  29 ++++++
 src/common/type_utils_differencers.hpp      |  53 +++++++++++
 src/master/master.cpp                       |  24 ++++-
 src/tests/api_tests.cpp                     |  14 ++-
 src/tests/master/update_framework_tests.cpp | 143 +++++++++++++++++++++-------
 src/tests/master_allocator_tests.cpp        |   7 +-
 src/tests/resources_tests.cpp               |   4 +-
 src/v1/mesos.cpp                            |  30 ++++++
 11 files changed, 299 insertions(+), 52 deletions(-)
 create mode 100644 src/common/type_utils_differencers.hpp

Reply via email to