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

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


    from 421728f  Fixed the race between validating and applying FrameworkInfo 
updates.
     new 365e06c  Added a helper to devolve offer operations.
     new 06aec42  Changed the `*TaskIdEq` test matchers to take a `TaskID`.
     new 3747331  Removed the `TaskStatusUpdateIsTerminalState` matcher.
     new bf07bbd  Added a unit test for master operation authorization.

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:
 src/internal/devolve.cpp                           |   6 +
 src/internal/devolve.hpp                           |   1 +
 src/slave/slave.hpp                                |   3 +-
 src/tests/api_tests.cpp                            |   8 +-
 .../containerizer/nvidia_gpu_isolator_tests.cpp    |  21 +-
 src/tests/default_executor_tests.cpp               |  96 ++--
 src/tests/gc_tests.cpp                             |  20 +-
 src/tests/master_authorization_tests.cpp           | 597 +++++++++++++++++++++
 src/tests/master_tests.cpp                         |  18 +-
 src/tests/mesos.hpp                                | 141 +++--
 src/tests/mock_slave.cpp                           |   7 +
 src/tests/mock_slave.hpp                           |   6 +
 src/tests/partition_tests.cpp                      |   6 +-
 src/tests/slave_tests.cpp                          |  33 +-
 14 files changed, 832 insertions(+), 131 deletions(-)

Reply via email to