-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63611/
-----------------------------------------------------------
Review request for mesos, Michael Park and Vinod Kone.
Bugs: MESOS-8096
https://issues.apache.org/jira/browse/MESOS-8096
Repository: mesos
Description
-------
The shared pointer to MockHTTPScheduler is initialized after the
library, while the library may start using it right after its
initialization via the `events` callback. This change removes the
shared pointer altogether and hence prevents possible segfaults.
Diffs
-----
src/tests/mesos.hpp e25defeb55608136e77363aa48cf820092a13a59
Diff: https://reviews.apache.org/r/63611/diff/1/
Testing
-------
See https://reviews.apache.org/r/63615/
Thanks,
Alexander Rukletsov