-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45070/
-----------------------------------------------------------
Review request for mesos and Michael Park.
Bugs: MESOS-4112
https://issues.apache.org/jira/browse/MESOS-4112
Repository: mesos
Description
-------
This review request tries to clean up gtest macros in libprocess.
The following items have been done:
1. AWAIT_EQ_FOR have be added for completeness.
2. Missing equivalents of EXPECT_TRUE/EXPECT_FALSE have been added:
a) AWAIT_ASSERT_TRUE_FOR
b) AWAIT_ASSERT_TRUE
c) AWAIT_ASSERT_FALSE_FOR
d) AWAIT_ASSERT_FALSE
e) AWAIT_EXPECT_TRUE_FOR
f) AWAIT_EXPECT_FALSE_FOR
Diffs
-----
3rdparty/libprocess/include/process/gtest.hpp
049152c0535c78e6986346610735d301fb6876bc
Diff: https://reviews.apache.org/r/45070/diff/
Testing
-------
make check (Ubuntu 14.04)
Thanks,
Yong Tang