ContainerSolutions / minimesos

The experimentation and testing tool for Apache Mesos - NO LONGER MAINTANED!
https://www.minimesos.org
Apache License 2.0
428 stars 61 forks source link

DiscoverySystemTest fails with mesosVersion = "0.27" #446

Closed adam-sandor closed 8 years ago

adam-sandor commented 8 years ago

The cluster starts up and spawns a bunch of task containers but the test stiff fails to get the hello world responses from them.

Reproduce:

frankscholten commented 8 years ago

The reason this test fails is that the test-framework module uses Mesos 0.25 so it cannot find the correct libmesos version. When I temporarily change the framework images to 0.27 and rebuild the test passes,