crate / crate-mesos-framework

An integration framework that allows you to run and manage CrateDB via Apache Mesos.
Other
23 stars 6 forks source link

fix minimesos test bug #115

Closed aslanbakirov closed 8 years ago

aslanbakirov commented 8 years ago

mesosAgent.getState().getFrameworks().isEmpty() can return true if there is only marathon running, since marathon is also a framework. But what we are looking for is crate framework, that is why this check is fixed.

kovrus commented 8 years ago

ack