-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50016/
-----------------------------------------------------------
(Updated July 14, 2016, 6:13 a.m.)
Review request for mesos, Anand Mazumdar and Vinod Kone.
Changes
-------
Update `Testing Done` field.
Bugs: MESOS-5846
https://issues.apache.org/jira/browse/MESOS-5846
Repository: mesos
Description
-------
This test case is flaky because we didn't wait for the agent receives
and properly handles the ACK of `TASK_KILLED`. Then the agent may have
not yet marked the task completed when we perform the query.
Diffs
-----
src/tests/api_tests.cpp b4a6c46cd3e0e57b4f4d22d2103d3947c592e133
Diff: https://reviews.apache.org/r/50016/diff/
Testing (updated)
-------
Repeat test in my env.
```
sudo GLOG_v=1 ./bin/mesos-tests.sh
--gtest_filter="ContentType/AgentAPITest.GetState/0" --verbose
--gtest_repeat=1000
```
Thanks,
haosdent huang