-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55335/
-----------------------------------------------------------

(Updated Aug. 1, 2017, 5:10 p.m.)


Review request for mesos, Gilbert Song, Jason Lai, and Jie Yu.


Changes
-------

Rebase.


Bugs: MESOS-6894
    https://issues.apache.org/jira/browse/MESOS-6894


Repository: mesos


Description
-------

These tests were using a `TaskInfo` field which is missing required
protobuf fields. After the previous patch begins to checkpoint
`ContainerConfig`, the incomplete `TaskInfo` cannot be checkpointed,
thus caused these tests to fail.

This patch backfills these fields to make these tests pass.


Diffs (updated)
-----

  src/tests/containerizer/mesos_containerizer_tests.cpp 
1fc56c4a8ca95bb47af968ad72dfef69455e7d46 


Diff: https://reviews.apache.org/r/55335/diff/4/

Changes: https://reviews.apache.org/r/55335/diff/3-4/


Testing
-------

GTEST_FILTER="MesosContainerizer*" make check


Thanks,

Zhitao Li

Reply via email to