community.mysql/tests/integration/targets
Laurent Indermühle 3ef9bda95f
feat[mysql_info]: add 'users_info' filter (#580)
* add documentation for new mysql_info users_info filter

* Add integration tests for mysql_info users_info

* fix list parsing when cursor come from mysql_info

Mysql_info use a DictCursor and mysql_user a normal cursor.

* fix case when an account as same user but different host and password

* document why certain authentications plugins cause issues

* add version_added for users_info to the documentation

* Add 'users' description to differentiate it from 'users_info'

---------

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
2023-10-23 11:26:46 +02:00
..
setup_controller/tasks Fix issues and documentation with integration tests after merge of #490. (#514) 2023-03-24 10:16:36 +01: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 Integrations tests : Use containers for more control and verify that versions match expectation (#490) 2023-03-21 08:16:09 +01:00
test_mysql_info feat[mysql_info]: add 'users_info' filter (#580) 2023-10-23 11:26:46 +02:00
test_mysql_query fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_mysql_replication fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00
test_mysql_role Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
test_mysql_user Fix column uppercasing (#569) 2023-10-06 16:08:46 +02:00
test_mysql_variables fix tests (include deprecation) (#554) 2023-05-24 10:00:47 +02:00