-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65995/
-----------------------------------------------------------
(Updated June 19, 2018, 4:31 a.m.)
Review request for mesos, Benjamin Bannier, Gastón Kleiman, Greg Mann, and Jie
Yu.
Summary (updated)
-----------------
Ensured wanted offers in `RetryOperationStatusUpdate*` SLRP tests.
Bugs: MESOS-8825
https://issues.apache.org/jira/browse/MESOS-8825
Repository: mesos
Description (updated)
-------
The two SLRP tests assume that SLRP will send out a RAW resource before
the test framework registers, and thus the framework would receive the
RAW resource in its first offer, but this assumption is not guaranteed.
This patch ensures the assumption by settling the clock in advance.
Diffs (updated)
-----
src/tests/storage_local_resource_provider_tests.cpp
1afe8a8e0413ef225e952cd9cd6376e5d82774e5
Diff: https://reviews.apache.org/r/65995/diff/8/
Changes: https://reviews.apache.org/r/65995/diff/7-8/
Testing
-------
sudo make check
Ran the two tests in repitition.
Thanks,
Chun-Hung Hsiao