-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45663/
-----------------------------------------------------------
Review request for mesos and Michael Park.
Bugs: MESOS-4112
https://issues.apache.org/jira/browse/MESOS-4112
Repository: mesos
Description
-------
This is item (5) of MESOS-4112 with the following changes:
1. AWAIT_TRUE_FOR alias to AWAIT_ASSERT_TRUE_FOR.
2. AWAIT_TRUE alias to AWAIT_ASSERT_TRUE.
3. AWAIT_FALSE_FOR alias to AWAIT_ASSERT_FALSE_FOR.
4. AWAIT_FALSE alias to AWAIT_ASSERT_FALSE.
Diffs
-----
3rdparty/libprocess/include/process/gtest.hpp
30d51d3704bd0ad82c6d21f1222d6158aaa61298
Diff: https://reviews.apache.org/r/45663/diff/
Testing
-------
make check (Ubuntu 14.04)
Thanks,
Yong Tang