-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/65438/
-----------------------------------------------------------
Review request for mesos, Alexander Rukletsov and James Peach.
Bugs: MESOS-8232
https://issues.apache.org/jira/browse/MESOS-8232
Repository: mesos
Description
-------
Previously due to a race condition a registration retry could be held
in the authorizer and forwarded back to the master only after the
agent's disconnection is detected, which leads to an remove registrar
operation when the test asserts there's none.
Diffs
-----
src/tests/slave_tests.cpp 20b874481d3818574731fc30ba9df1fc2bcbe900
Diff: https://reviews.apache.org/r/65438/diff/1/
Testing
-------
Ran the test with 1000 iterations.
Thanks,
Jiang Yan Xu