Andrei Budnik created MESOS-8732:
------------------------------------
Summary: Use composing containerizer by default in tests.
Key: MESOS-8732
URL: https://issues.apache.org/jira/browse/MESOS-8732
Project: Mesos
Issue Type: Task
Components: containerization
Reporter: Andrei Budnik
If we assign "docker,mesos" to the `containerizers` flag for an agent, then
`ComposingContainerizer` will be used for many tests that do not specify
`containerizers` flag. That's the goal of this task.
I tried to do that by adding [`flags.containerizers =
"docker,mesos";`|https://github.com/apache/mesos/blob/master/src/tests/mesos.cpp#L273],
but it turned out that some tests are started to hang due to a paused clocks,
while docker c'zer and docker library use libprocess clocks.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)