Github user rmetzger commented on the pull request:

    https://github.com/apache/flink/pull/948#issuecomment-131803783
  
    For the tests: For HDFS, Kafka and YARN, we are using "MiniClusters" which 
start all needed services in one JVM.
    I don't think we can do something similar with Mesos because its written in 
C++ and there doesn't seem to be an implementation for Java.
    
    Other JVM-based projects integrating with Mesos 
(https://github.com/mesosphere/cassandra-mesos, Spark, ...) also don't have 
these kind of end-to-end integration tests.
    
    I suspect this project requires at least a local docker setup: 
https://github.com/ContainerSolutions/mini-mesos
    But we could use something like this to provide a set of tests we can start 
manually locally, for example before releasing or when somebody is contributing 
a change to mesos


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to