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

(Updated Nov. 28, 2017, 10:32 p.m.)


Review request for mesos, Jie Yu and Jan Schlicht.


Changes
-------

Rebased.


Repository: mesos


Description (updated)
-------

The 'AWAIT_READY's in 'MockResourceProvider' let to the resource
provider not being usable with paused clock as we would run into a
deadclock in that case.

This patch removes the explicit awaits here to make this resource
provider usable. We should consider making it easier to debug send
failures in the resource provider, e.g., by surfacing the future
responses to users in some way, or by added additional logging.


Diffs (updated)
-----

  src/tests/mesos.hpp f02c7c6962c9d0bee57712d8aad9997582c7404b 


Diff: https://reviews.apache.org/r/64086/diff/2/

Changes: https://reviews.apache.org/r/64086/diff/1-2/


Testing
-------

`make check`, tests as part of https://reviews.apache.org/r/63843/.


Thanks,

Benjamin Bannier

Reply via email to