-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44227/
-----------------------------------------------------------
(Updated March 4, 2016, 3:07 p.m.)
Review request for mesos, Anand Mazumdar and Michael Park.
Bugs: MESOS-4002
https://issues.apache.org/jira/browse/MESOS-4002
Repository: mesos
Description (updated)
-------
Calling .get() on a future is a blocking operation and a test calling get()
without prior waiting for the future (e.g., AWAIT_READY()) can block forever.
Diffs
-----
src/tests/reservation_endpoints_tests.cpp
f3a143812aa10bc445ac5d27c00318e91eb086aa
Diff: https://reviews.apache.org/r/44227/diff/
Testing
-------
make check
Thanks,
Joerg Schad