Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
Mesosphere Sprint 78, Mesosphere Sprint 79, Mesosphere Sprint 2018-20, Mesosphere Sprint 2018-21
-
8
Description
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";`, 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.
Attachments
Issue Links
- is related to
-
MESOS-8828 Clock::advance can race with process::delay in tests.
- Accepted
-
MESOS-8827 Eliminate calling of `await()` in the docker library.
- Open
-
MESOS-8826 ReaperProcess depends on clock manipulation.
- Accepted
- relates to
-
MESOS-9139 Use composing containerizer by default in tests.
- Accepted