-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54561/
-----------------------------------------------------------
Review request for mesos, Jie Yu and Vinod Kone.
Bugs: MESOS-6763
https://issues.apache.org/jira/browse/MESOS-6763
Repository: mesos
Description
-------
Added tests for IOSwitchboard heartbeat.
Diffs
-----
src/tests/containerizer/io_switchboard_tests.cpp
43f1ad6c13d25dca1e316ea9e622566a2af1c45d
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