----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/72825/ ----------------------------------------------------------- (Updated Sept. 2, 2020, 2:11 p.m.) Review request for mesos and Benjamin Mahler. Changes ------- Adjusted for changes in previous patches. Bugs: MESOS-10166 https://issues.apache.org/jira/browse/MESOS-10166 Repository: mesos Description ------- This test verifies that calling UPDATE_FRAMEWORK with no changes in `FrameworkInfo` (i.e. to change suppressed roles or offer constraints) results in no API event FRAMEWORK_UPDATED sent to the subscribers and no `UpdatedFrameworkMessage` broadcast to the agents. Diffs (updated) ----- src/tests/master/update_framework_tests.cpp d2a63b696e976d9e3c729390d80f33180ab4aa1c Diff: https://reviews.apache.org/r/72825/diff/3/ Changes: https://reviews.apache.org/r/72825/diff/2-3/ Testing ------- `src/mesos-tests --gtest_filter='UpdateFrameworkTest.NoRedundantUpdates' --gtest_repeat=300` Thanks, Andrei Sekretenko