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/04/23 00:03:53 UTC

[mesos] branch master updated (6bd78a0 -> 45c9788)

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 6bd78a0  Updated the Containerization WG schedule to be monthly on 1st Thursday.
     new cbae57b  Enabled construction of `ResourceQuantities` from `Resources`.
     new f8ffdb7  Ensured that task groups do not specify overlapping ranges or sets.
     new 45c9788  Added unit test for a master validation helper function.

The 16999 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/common/resource_quantities.cpp      | 39 ++++++++++++++++
 src/common/resource_quantities.hpp      |  7 +++
 src/master/validation.cpp               | 43 +++++++++++++++++
 src/master/validation.hpp               |  5 ++
 src/tests/master_validation_tests.cpp   | 82 +++++++++++++++++++++++++++++++++
 src/tests/resource_quantities_tests.cpp | 18 ++++++++
 6 files changed, 194 insertions(+)