This repository has been archived by the owner on Feb 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Swarm needs integration tests #376
Comments
Boot2docker does not seem to be a choice then. |
@aluzzardi here's a quick and dirty framework to test cluster on my own. https://github.com/chanwit/marine Just in case if you're interested. |
This was referenced Mar 6, 2015
As framework in #448 is working great now, scheduling strategies need an addition set of integration tests too.
/cc @vieux |
Replaced by specific integration test issues (such as #492). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, we only rely on unit tests to ensure everything is working properly but that's not enough.
For instance, TLS was recently broken (#341) and we didn't notice until a user reported the issue.
Integrations test should set up a real cluster of engines and daemons and test things such as:
swarm<->node
andcli<->swarm
)This would also help validate that upcoming Docker releases are Swarm compatible.
The text was updated successfully, but these errors were encountered: