-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40999/
-----------------------------------------------------------
Review request for mesos, Jie Yu and Michael Park.
Bugs: MESOS-4067
https://issues.apache.org/jira/browse/MESOS-4067
Repository: mesos
Description
-------
Fixed flakiness in ReservationTest.ACLMultipleOperations.
Diffs
-----
src/tests/reservation_tests.cpp 3fdf5e121840fe99057e917cca48f1425eff6624
Diff: https://reviews.apache.org/r/40999/diff/
Testing
-------
`GTEST_FILTER="ReservationTest.ACLMultipleOperations" bin/mesos-tests.sh
--gtest_repeat=2000 --gtest_break_on_failure`
This test does not fail often unless the `allocation_interval` is reset to a
shorter period (5ms, for example). The patch following this one implements this
change for all tests in `ReservationTest` to reduce their potential for
flakiness (https://reviews.apache.org/r/41000/).
Thanks,
Greg Mann