-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36807/
-----------------------------------------------------------
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
-----
src/tests/master_tests.cpp 05c148ee1660b86428afe4eda718b17052743a8c
Diff: https://reviews.apache.org/r/36807/diff/
Testing
-------
make check
(the test by itself passes - but it will hang indefinitely when run after the
other MasterZookeeperTest)
Thanks,
Marco Massenzio