-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/20423/
-----------------------------------------------------------
Review request for mesos and Benjamin Hindman.
Bugs: MESOS-1064
https://issues.apache.org/jira/browse/MESOS-1064
Repository: mesos-git
Description
-------
This is the first step toward being able to write independent unit tests for
the validation visitors.
It also uses Owned to make visitor cleanup simpler (non-existent).
Diffs
-----
src/Makefile.am 560b4c77a4e44ef1833b3b4afd95bb8040c9f229
src/master/master.cpp 3c3c989543167afb7d368a19a16457ed00e6be0c
src/master/offervisitor.hpp PRE-CREATION
src/master/offervisitor.cpp PRE-CREATION
src/master/taskinfovisitor.hpp PRE-CREATION
src/master/taskinfovisitor.cpp PRE-CREATION
Diff: https://reviews.apache.org/r/20423/diff/
Testing
-------
make check.
ran Java test framework.
Thanks,
Dominic Hamon