summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/mysql_variables (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ansible test: re-enable mysql tests with fix (#50430)Jordan Borean2019-01-031-1/+0
|
* Temporarily disable mysql_variables (#50403)Abhijeet Kasurde2018-12-311-0/+1
| | | Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
* enable mysql related integration tests for rhel8 beta (#49163)Adam Miller2018-12-051-1/+0
| | | Signed-off-by: Adam Miller <admiller@redhat.com>
* Add CI platform: rhel/8.0 (#48835)Matt Clay2018-11-171-0/+1
|
* Fix mysql authentication errorsToshio Kuratomi2018-10-241-24/+96
| | | | | | | | | The mysql-server package on Ubuntu16.04 was recently updated to disallow unauthenticated root user login over tcp/ip. This, coupled with pymysql using tcp/ip whenever host and port is specified causes us to fail to connect to the database when testing Python3 on Ubuntu16.04. The fix is to use the unix socket instead.
* Update Shippable integration test groups. (#43118)Matt Clay2018-07-241-1/+1
| | | | | | | * Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
* MySQL Password updates (#25825)John R Barker2017-06-171-1/+1
| | | | | | * MySQL Password updates * Disable user_password_update_test
* Disable failing MySQL tests on FreeBSD. (#22798)Matt Clay2017-03-201-0/+1
|
* Enable MySQL tests on FreeBSD.Matt Clay2017-02-141-1/+0
|
* Initial ansible-test implementation. (#18556)Matt Clay2016-11-301-0/+4
|
* Fix cosmetic problems in YAML sourceAdrien Vergé2016-11-114-9/+6
| | | | | | | | This change corrects problems reported by the `yamllint` linter. Since key duplication problems were removed in 4d48711, this commit mainly fixes trailing spaces and extra empty lines at beginning/end of files.
* Migrate Linux CI roles to test targets. (#17997)Matt Clay2016-10-136-0/+308