-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54561/
-----------------------------------------------------------
(Updated Dec. 12, 2016, 8:21 p.m.)
Review request for mesos, Jie Yu and Vinod Kone.
Changes
-------
Update based on Vinod's comments.
Bugs: MESOS-6763
https://issues.apache.org/jira/browse/MESOS-6763
Repository: mesos
Description
-------
Added tests for IOSwitchboard heartbeat.
Diffs (updated)
-----
src/tests/containerizer/io_switchboard_tests.cpp
2f3a1d777f651291e3a95299182687eb4bba40c3
Diff: https://reviews.apache.org/r/54561/diff/
Testing
-------
GTEST_FILTER="" make -j check
I ran the tests below individually to avoid the unix domain socket bug
currently being worked on, which causes two tests in the second test to fail if
run in the same process as the first.
GTEST_FILTER="*SendHeartbeat*" src/mesos-tests
GTEST_FILTER="*ReceiveHeartbeat*" src/mesos-tests
Thanks,
Kevin Klues