This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from 5bb4f28 Made activateRecoveredFramework() return void instead of Try.
new 734be1e Introduced a function for validating a `FrameworkInfo` update.
new 1f83bfc Added unit tests for 'framework::validateUpdate()'.
The 2 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:
src/master/master.cpp | 29 ++++++++-----------------
src/master/validation.cpp | 34 +++++++++++++++++++++++++++++
src/master/validation.hpp | 8 +++++++
src/tests/master_validation_tests.cpp | 41 +++++++++++++++++++++++++++++++++++
4 files changed, 92 insertions(+), 20 deletions(-)