This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from d260263 Added MESOS-9889 to the 1.9.1 CHANGELOG.
new 2f3411e Added quota config validation for large numbers.
new 9a2a645 Added tests for validation of large quota scalars.
new d2381eb Rejected invalid quota configs from registry operation.
new 175ef20 Added a registrar test that invalid quota configs are
rejected.
new 88697cb Added MESOS-10008 to the 1.9.1 CHANGELOG.
The 5 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:
CHANGELOG | 1 +
src/master/quota.cpp | 75 ++++++++++++++++++++++++++++++++
src/master/quota_handler.cpp | 12 ++++--
src/tests/master_quota_tests.cpp | 61 ++++++++++++++++++++++++++
src/tests/master_validation_tests.cpp | 81 ++++++++++++++++++++++++++++++++++-
src/tests/registrar_tests.cpp | 45 +++++++++++++++++++
6 files changed, 270 insertions(+), 5 deletions(-)