You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gr...@apache.org on 2019/01/16 23:15:46 UTC

[mesos] branch master updated (c778208 -> f01853a)

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

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


    from c778208  Refactored parallel test runner.
     new 4f6fe11  Avoided reviving on behalf of scheduler after agent reconfiguration.
     new 229f4c6  Notified frameworks when operations are marked as unreachable.
     new f01853a  Fixed flakiness in MasterAPITest.OperationUpdatesUponOfferGone.

The 16517 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/allocator/mesos/hierarchical.cpp |  15 +--
 src/master/master.cpp                       |  47 +++++++--
 src/master/master.hpp                       |   6 ++
 src/tests/api_tests.cpp                     | 149 +++++++++++++++++++++++++++-
 4 files changed, 193 insertions(+), 24 deletions(-)