mesosphere / kubernetes-mesos

A Kubernetes Framework for Apache Mesos
637 stars 92 forks source link

scheduler: refactor integration tests #508

Open s-urbaniak opened 8 years ago

s-urbaniak commented 8 years ago

Currently contrib/mesos/pkg/scheduler/plugin_test.go includes a complete integration test scenario. This test should be refactored and moved to an integration test package, i.e. contrib/mesos/pkg/test/integration.

s-urbaniak commented 8 years ago

xref https://github.com/kubernetes/kubernetes/pull/14271, https://github.com/mesosphere/kubernetes-mesos/issues/441