-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Use Docker Compose for testing #695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you feel like this would beneficial, we would be happy to accept a PR! |
I don't like running 4 * 9 = 36 builds for every pull requests... |
Sure. What combinations should be excluded? |
4 + 9 - 1 = 12 builds are tested. |
That way you will miss that unique failure with Go 1.7 and MySQL 5.5: https://travis-ci.org/AlekSi/mysql/jobs/294436832 |
Is it really issue reproducible only on MySQL 5.5 and Go 1.7 combination? |
You are right, now it looks like a random failure to me. |
Close because we have moved to GitHub Actions. |
It can be used to simplify Travis CI configuration, add less painful testing with different versions of MySQL, as well as enable easier local testing. For example, see Prometheus' mysqld_exporter:
I can work on it if you are interested.
The text was updated successfully, but these errors were encountered: