-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23510/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman and Yifan Gu.
Bugs: MESOS-1524
https://issues.apache.org/jira/browse/MESOS-1524
Repository: mesos-git
Description
-------
The Docker usage test breaks since we launch a Docker with given resource
limits but when we test usage it will get different limits as Docker update
changes it afterwards.
This fix mocks out Docker update and ignore all Update calls so it has the same
resource limits.
Diffs
-----
src/tests/docker_containerizer_tests.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/23510/diff/
Testing
-------
make check
Thanks,
Timothy Chen