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 92f8768 Fixed build of tests broken in
9bd3ea4665402943af070e64327e8d7dc341e301.
new ad61259 Added agent-side validation for resource limits.
new be90edd Sent appropriate task status reason when task over memory
request.
new 924a677 Updated CFS tests to avoid checking CPU usage.
The 3 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/protobuf_utils.cpp | 3 +-
.../mesos/isolators/cgroups/subsystems/memory.cpp | 24 +++++++-
src/slave/slave.cpp | 64 +++++++++++++++++++++-
src/slave/slave.hpp | 3 +
src/tests/containerizer/cgroups_isolator_tests.cpp | 59 ++------------------
src/tests/master_tests.cpp | 10 +++-
src/tests/master_validation_tests.cpp | 20 ++++++-
7 files changed, 120 insertions(+), 63 deletions(-)