You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ga...@apache.org on 2019/04/23 22:09:25 UTC

[mesos] branch master updated (45c9788 -> 89daa08)

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

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


    from 45c9788  Added unit test for a master validation helper function.
     new 2707eda  Deduplicated common validation code in Master::subscribe()'s.
     new 64d00cd  Added tests to check that framework cannot change its principal.
     new 89daa08  Added validation that the principal stays the same on resubscription.

The 17002 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                    | 227 ++++++++++++++-----------------
 src/master/master.hpp                    |   7 +-
 src/tests/fault_tolerance_tests.cpp      |  55 ++++++++
 src/tests/http_fault_tolerance_tests.cpp |  90 ++++++++++++
 src/tests/mesos.hpp                      |   5 +-
 5 files changed, 257 insertions(+), 127 deletions(-)