Commit Graph

10 Commits

Author SHA1 Message Date
Daniel Black dc2faa0974 mysql tests for MariaDB-11.0+ compatibility
Due to MariaDB diverging from MySQL, MariaDB-11.0+ containers
don't include mysql compatibility links and use mariadb as the
CLI. This has been there since MariaDB-10.4.

Co-authored-by: Tianon Gravi <admwiggin@gmail.com>
2023-02-25 10:22:28 +11:00
Wong Hoi Sing Edison 4f05d3769a increase test/tests/mysql-*/run.sh with --tries 30 2019-04-02 12:08:48 +08:00
Tianon Gravi c16b7e1cc2 Fix "docker-build.sh" wrapper to handle images with ONBUILD instructions more automatically
The way we handle this semi-gracefully is to create a fake "docker save" tarball that contains just a single layer whose parent is the image we're wanting to test, and whose "config" is the same as the parent image, but with "OnBuild" nulled out, and adjust the build to use that new layer as the base for the build instead.
2015-11-13 11:17:30 -08:00
Tianon Gravi 506479962b Convert the tests to use "docker build" instead of explicit bind-mounts 2015-11-11 09:24:48 -08:00
Tianon Gravi e1b866ab29 Fix mysql "retry.sh" paths 2015-10-02 10:08:50 -07:00
Mike Dillon cef058a195 Move retry functionality into its own script 2015-09-11 21:40:07 -07:00
Mike Dillon cdc0939ee4 Add retry function to run.sh 2015-09-11 15:45:11 -07:00
Mike Dillon b8220bfd3f Output a "." for each test connection retry 2015-09-02 17:36:30 -07:00
Tianon Gravi c91c1eb20c Update tests to use "docker rm -v" so volumes get cleaned up too 2015-08-21 10:39:51 -07:00
Tianon Gravi 30652275d2 Add new "mysql-initdb" test
Also, some minor reformatting to "mysql-basics" for consistency and readability.
2015-08-04 16:05:32 -07:00