-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36807/
-----------------------------------------------------------
(Updated July 29, 2015, 8:54 p.m.)
Review request for mesos and Vinod Kone.
Bugs: MESOS-2736
https://issues.apache.org/jira/browse/MESOS-2736
Repository: mesos
Description
-------
We want to test that when the master gets initialized, the
MasterInfo that it creates (and gets ultimately serialized to
ZooKeeper) has the correct information in its Address field.
Currently, the test hangs when run in after another
MasterZooKeeperTest, due to some issues around the recovery.
Jira: MESOS-2736
Diffs (updated)
-----
3rdparty/libprocess/src/http.cpp 4dcbd74b894b483c4d166c23fac55ac8dba75166
3rdparty/libprocess/src/tests/ssl_tests.cpp
7a316bc10575325ffe732fcc87d72d15a4fc5eaf
src/tests/master_tests.cpp 05c148ee1660b86428afe4eda718b17052743a8c
src/tests/mesos.hpp 0bbfb1188350ab1fc09cb3d098234347f6dc9203
Diff: https://reviews.apache.org/r/36807/diff/
Testing
-------
make check
(after @vinodkone fix all tests pass)
Thanks,
Marco Massenzio