-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43961/
-----------------------------------------------------------
Review request for mesos, Bernd Mathiske, Chi Zhang, Artem Harutyunyan, and
Jian Qiu.
Bugs: MESOS-4677
https://issues.apache.org/jira/browse/MESOS-4677
Repository: mesos
Description
-------
Adds a set of pipes to mitigate a race between `exec`ing + updating cgroup
tasks and the test reading said cgroup tasks.
Diffs
-----
src/tests/containerizer/isolator_tests.cpp
653b037c489072f43e53dec01a811a9249dcd660
Diff: https://reviews.apache.org/r/43961/diff/
Testing
-------
make check
Centos7: sudo bin/mesos-tests.sh --gtest_filter="*ROOT_CGROUPS_Pids_and_Tids"
--gtest_repeat=5000 --gtest_break_on_failure
---
CI results:
sudo make check
| OSX | CentOS 7 | CentOS 6 | Debian 8 | Ubuntu 15.10 | Ubuntu 14 |
Ubuntu 12 |
Non-SSL | :) | @_@ | * | X_X | :) | :) |
:) |
With-SSL | :) | @_@ | * | & | :) | :) |
:) |
:) = Passed.
X_X = Configuration error with docker.
@_@ = Ran out of disk space in some tests:
LinuxFilesystemIsolatorTest.ROOT_SandboxEnvironmentVariable,
LinuxFilesystemIsolatorTest.ROOT_MultipleContainers,
MesosContainerizerLaunchTest.ROOT_ChangeRootfs,
LinuxFilesystemIsolatorTest.ROOT_ImageInVolumeWithRootFilesystem
* = DockerContainerizerTest.ROOT_DOCKER_LaunchWithPersistentVolumes (Known
issue)
% = DockerContainerizerTest.ROOT_DOCKER_Logs
Thanks,
Joseph Wu