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

jieyu pushed a change to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/mesos.git.


    from 3d206a9  Added MESOS-9501 to 1.6.2 CHANGELOG.
     new 7d979c7  Kept `CNI_NETNS` unset in detach if network namespace is gone.
     new df6dbeb  Switched to use ContainerizerTest for CNI tests.
     new 5176964  Separated runtime dirs from other dirs in MesosTest.
     new 3920e55  Added a CNI reboot test.
     new 1e59b17  Fixed a bug in health_check_tests.cpp.
     new baac181  Fixed a bug in docker_containerizer_tests.cpp.
     new 92456ce  Fixed the CNI_NETNS handling in port mapper CNI plugin.
     new a309ecd  Compared the device number of namespace handle instead of 
/proc.
     new b29b35f  Invoked base test `SetUp` and `TearDown` methods in derived 
tests.

The 9 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:
 .../mesos/isolators/network/cni/cni.cpp            | 103 ++++++++---
 .../cni/plugins/port_mapper/port_mapper.cpp        |  13 +-
 .../cni/plugins/port_mapper/port_mapper.hpp        |   6 +-
 src/tests/containerizer/cni_isolator_tests.cpp     | 194 ++++++++++++++++++++-
 .../containerizer/docker_containerizer_tests.cpp   |   2 +
 src/tests/containerizer/docker_tests.cpp           |   4 +
 src/tests/csi_client_tests.cpp                     |   2 +
 src/tests/health_check_tests.cpp                   |   4 +
 src/tests/mesos.cpp                                |  24 +--
 9 files changed, 303 insertions(+), 49 deletions(-)

Reply via email to