From fc51c78a2b2415ab976b55aeea13e83f0164c762 Mon Sep 17 00:00:00 2001 From: Laurent Indermuehle Date: Tue, 31 Jan 2023 17:41:31 +0100 Subject: [PATCH] Cut changelog item done in #497 --- changelogs/fragments/490_refactor_integration_tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/changelogs/fragments/490_refactor_integration_tests.yml b/changelogs/fragments/490_refactor_integration_tests.yml index e864df9..0762adf 100644 --- a/changelogs/fragments/490_refactor_integration_tests.yml +++ b/changelogs/fragments/490_refactor_integration_tests.yml @@ -1,6 +1,5 @@ --- 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.