----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/49780/ -----------------------------------------------------------
Review request for mesos, zhou xing, Jay Guo, haosdent huang, and Vinod Kone. Repository: mesos Description ------- We were waiting on `__recover()` to be invoked which does _not_ mean that the function has completed. This can lead to some flakiness i.e. a `503 xx` when the `post()` happens before the agent has finished recovery e.g., due to a context switch. Diffs ----- src/tests/api_tests.cpp 4cb70720ec6df86ad113170fb664de1bfbd809aa Diff: https://reviews.apache.org/r/49780/diff/ Testing ------- make check (gtest_repeat=1000) Thanks, Anand Mazumdar
