----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/55445/ -----------------------------------------------------------
(Updated Jan. 12, 2017, 5:54 p.m.) Review request for mesos, Benjamin Mahler and Guangya Liu. Changes ------- add test log Repository: mesos Description ------- In currently implementation, update of role during framework failover is ignored. This behavior should be reflected in test. Diffs ----- src/tests/fault_tolerance_tests.cpp 05937a917a2c175aa53b52488febb7cfd8400a13 Diff: https://reviews.apache.org/r/55445/diff/ Testing (updated) ------- ./bin/mesos-tests.sh --gtest_filter="FaultToleranceTest.UpdateFrameworkInfoOnMasterFailover" [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from FaultToleranceTest [ RUN ] FaultToleranceTest.UpdateFrameworkInfoOnMasterFailover I0112 17:53:37.702317 24365 exec.cpp:162] Version: 1.2.0 I0112 17:53:37.717793 24382 exec.cpp:237] Executor registered on agent 881c93d0-c386-4fbe-830b-de59db55e5d6-S0 Received SUBSCRIBED event Subscribed executor on localhost Received LAUNCH event Starting task 533c7363-21a8-4285-b3f0-85593cec5cf8 /home/ubuntu/workspace/mesos-compilation/build/src/mesos-containerizer launch --help="false" --launch_info="{"command":{"shell":true,"value":"sleep 60"}}" --unshare_namespace_mnt="false" Forked command at 24384 I0112 17:53:37.788075 24361 exec.cpp:410] Executor asked to shutdown Received SHUTDOWN event Shutting down Sending SIGTERM to process tree at pid 24384 [ OK ] FaultToleranceTest.UpdateFrameworkInfoOnMasterFailover (455 ms) [----------] 1 test from FaultToleranceTest (456 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (478 ms total) [ PASSED ] 1 test. Thanks, Jay Guo
