mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-06-03 06:49:12 -07:00
Add changelog fragment
This commit is contained in:
parent
4fed2e2413
commit
7ec9ee5572
1 changed files with 7 additions and 0 deletions
7
changelogs/fragments/490_refactor_integration_tests.yml
Normal file
7
changelogs/fragments/490_refactor_integration_tests.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
minor_changes:
|
||||
- mysql_info - Add connector_name and connector_version to returned value
|
||||
- Integration tests - Add more versions of MariaDB
|
||||
- Integration tests - Carefully verify every component of the tests in the new target 'setup_controller' to ensure expected versions are correct Python, Ansible, connector and MySQL/MariaDB.
|
||||
- Integration tests - Add tools to test locally the same as on GHA by using same containers and virtualenv. Custom test containers are published in ghcr.io by this repo's workflows. MySQL/MariaDB are official Docker Hub images.
|
||||
- Integration tests - New name for many tasks to makes it easier to find failing tests. Rename duplicates. Add name for tasks which doesn't had one, refactor some tests files to better group tests by subject, ...
|
Loading…
Add table
Add a link
Reference in a new issue