-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59509/
-----------------------------------------------------------
Review request for mesos.
Bugs: MESOS-7515
https://issues.apache.org/jira/browse/MESOS-7515
Repository: mesos
Description
-------
Fixed flakiness in MasterAllocatorTest.ResourcesUnused.
Diffs
-----
src/tests/master_allocator_tests.cpp 49d87af05d326cec00f5a9f8be5007990cfd2caa
Diff: https://reviews.apache.org/r/59509/diff/1/
Testing
-------
`./src/mesos-tests --gtest_filter="MasterAllocatorTest/0.ResourcesUnused"
--gtest_repeat=2000` # OSX
`./src/mesos-tests --gtest_filter=MasterAllocatorTest/0.ResourcesUnused
--gtest_repeat=5000` # Linux
The flakiness previously repro'd on Linux in < 100 iterations.
Thanks,
Neil Conway