Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Twitter Mesos Q1 Sprint 1, Twitter Mesos Q1 Sprint 2
-
3
Description
There are several motivation for this. We are in the process of adding dynamic reservations and persistent volumes support in master. To do that, master needs to validate relevant operations from the framework (See Offer::Operation in mesos.proto). The existing validator style in master is hard to extend, compose and re-use.
Another motivation for this is for unit testing (MESOS-1064). Right now, we write integration tests for those validators which is unfortunate.
Attachments
Issue Links
- blocks
-
MESOS-1064 Add tests for validation visitors in master
- Resolved