community.mysql/tests/integration/targets
Laurent Indermühle 33e8754c4e
Fix mysql_user on_new_username IndexError (#642)
* fix tuple indexerror when no accounts are found

* Fix tests for update_password not executed

* Add test for case where existing user have different password

* lint to prevent warning about jinja templating in when clause

* Refactor get_existing_authentication to return a list of all row found

Previously we were returning only the first row found. We need to be
able to see if there is a difference in the existing passwords.

* Refactor host option to be optional

This make it possible to use the same method from mysql_user to help
update_password retrieve existing password for all account with the same
username independently of their hostname. And from mysql_info to get
the password of a specif user using WHERE user = '' AND host = ''

* Add change log fragment

* Add link to the PR in the change log

* lint for ansible devel

* Fix templating type error could not cconvert to bool with ansible devel

* Revert changes made for ansible-devel that broke tests for Ansible 2.15

* Revert changes made for ansible-devel that broke tests

* Cut unnecessary set, uniqueness is ensured by the group_by in the query

* Cut auth plugin from returned values when multiple existing auths exists

Discussed here:
https://github.com/ansible-collections/community.mysql/pull/642/files#r1649720519

* fix convertion of list(dict) to list(tuple)

* Fix test for empty password on MySQL 8+
2024-06-27 22:12:01 +02:00
..
setup_controller/tasks [CI] Remove ansible-test custom containers (#650) 2024-06-24 09:36:32 +02:00
setup_remote_tmp_dir Display a more informative error when InvalidPrivsError is raised (#465) (#466) 2022-12-06 13:12:01 +01:00
test_mysql_db [CI] Remove ansible-test custom containers (#650) 2024-06-24 09:36:32 +02:00
test_mysql_info mysql_info: add server_engine return value (#649) 2024-06-19 10:17:02 +02:00
test_mysql_query fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_mysql_replication Adds support for CHANGE REPLICATION SOURCE TO statement (#636) 2024-05-21 20:58:05 +02:00
test_mysql_role Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
test_mysql_user Fix mysql_user on_new_username IndexError (#642) 2024-06-27 22:12:01 +02:00
test_mysql_variables Fix mysql_user on_new_username IndexError (#642) 2024-06-27 22:12:01 +02:00