-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71297/
-----------------------------------------------------------
(Updated Aug. 19, 2019, 12:36 p.m.)
Review request for mesos, Andrei Sekretenko, Greg Mann, Joseph Wu, and Till
Toenshoff.
Bugs: MESOS-9928
https://issues.apache.org/jira/browse/MESOS-9928
Repository: mesos
Description (updated)
-------
The FrameworkReconciliationRaceWithUpdateSlave test from the
operation reconciliation tests was flaky since we did not wait
for the scheduler to reconnect before attempting to send a
subscribe call.
Diffs (updated)
-----
src/tests/operation_reconciliation_tests.cpp
9d084c027ec2f910515cafebf715f7428c43f1a9
Diff: https://reviews.apache.org/r/71297/diff/2/
Changes: https://reviews.apache.org/r/71297/diff/1-2/
Testing
-------
`./src/mesos-tests
--gtest_filter="*FrameworkReconciliationRaceWithUpdateSlaveMessage*"
--gtest_repeat=200` while simultaneously running `stress-ng` in the background.
Thanks,
Benno Evers