-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/12065/
-----------------------------------------------------------
Review request for mesos, Ben Mahler and Jiang Yan Xu.
Description
-------
Turns out sometimes 5s is not enough to get a ZK session expiration. Bumped the
wait to 10s.
This addresses bug MESOS-522.
https://issues.apache.org/jira/browse/MESOS-522
Diffs
-----
src/tests/master_detector_tests.cpp 57f4e3ef953537b7d102978bcfb30da331482e86
Diff: https://reviews.apache.org/r/12065/diff/
Testing
-------
make check
sudo GLOG_v=1 ./bin/mesos-tests.sh
--gtest_filter="*MasterDetectorExpireSlaveZKSessionNewMaster*" --verbose
--gtest_repeat=50 --gtest_break_on_failure
Thanks,
Vinod Kone