This is an automated email from the ASF dual-hosted git repository.
alexr pushed a change to branch 1.5.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from eacabd7 Added MESOS-9147 to the 1.5.2 CHANGELOG.
new 6dd3fcc Added `LaunchNestedContainerSessionInParallel` test.
new edeac7b Fixed incorrect `mnt` namespace detection of command
executor's task.
new 966574a Added
`ROOT_CGROUPS_LaunchNestedDebugAfterUnshareMntNamespace` test.
new e4d8ab9 Fixed wrong `mnt` namespace detection for non-command
executor tasks.
new 35bd5cc Added MESOS-9116 to the 1.5.2 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/slave/containerizer/mesos/containerizer.cpp | 27 ++--
src/slave/containerizer/mesos/utils.cpp | 37 +++--
src/tests/api_tests.cpp | 149 +++++++++++++++++++++
.../nested_mesos_containerizer_tests.cpp | 107 +++++++++++++++
5 files changed, 304 insertions(+), 17 deletions(-)