-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64247/
-----------------------------------------------------------

(Updated Dec. 5, 2017, 2:05 p.m.)


Review request for mesos, Alexander Rukletsov, Benjamin Bannier, and Jie Yu.


Changes
-------

Rebased, removed superfluous code.


Bugs: MESOS-8289
    https://issues.apache.org/jira/browse/MESOS-8289


Repository: mesos


Description (updated)
-------

ReservationTest.MasterFailover could fail when parameterized with
the 'RESOURCE_PROVIDER' capability. After the simulated master failover,
the re-registered framework could receive an offer before the
re-registered agent sends a 'UPDATE_SLAVE' message. On receiving this
message, the master would rescind the offer and send out a new one.
The test expected a single offer to be send. It has been changed to
accept the first offer and ignore subsequent ones.

Also, the test case has been updated to run with paused clocks.


Diffs (updated)
-----

  src/tests/reservation_tests.cpp 7f1bb398c33b3b8cad371b49bdc4bc2454f6440d 


Diff: https://reviews.apache.org/r/64247/diff/2/

Changes: https://reviews.apache.org/r/64247/diff/1-2/


Testing
-------

src/mesos-tests

`src/mesos-tests 
--gtest_filter=ResourceProviderCapability/ReservationTest.MasterFailover/1 
--gtest_repeat=2000 --gtest_break_on_failure` while running `stress --cpu 8 
--io 8` in the background (on a 4 core machine)


Thanks,

Jan Schlicht

Reply via email to