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

(Updated April 3, 2018, 3:08 p.m.)


Review request for mesos, Chun-Hung Hsiao and Greg Mann.


Changes
-------

Relaxed GC module expectation calls to avoid rare test failure.


Bugs: MESOS-8617 and MESOS-8624
    https://issues.apache.org/jira/browse/MESOS-8617
    https://issues.apache.org/jira/browse/MESOS-8624


Repository: mesos


Description
-------

Agent should launch the task in their receiving order.
On the task launch path, there are currently two
asynchronous steps which may complete out of order:
unschedule GC and task authorization.

This test simulates the reordering of the completions
of unschedule GC step and verify that, despite the
reordering, tasks can still launch in their original order.


Diffs (updated)
-----

  src/tests/slave_tests.cpp 0d7d9726ee39e4c588ea5eb8a54a73fbe1249353 


Diff: https://reviews.apache.org/r/66145/diff/6/

Changes: https://reviews.apache.org/r/66145/diff/5-6/


Testing
-------

make check


Thanks,

Meng Zhu

Reply via email to