community.mysql/tests/integration/targets/test_mysql_user/tasks
Laurent Indermühle 836a1ce048
[PR #416/97318559 backport][stable-1] Fix ci python requirements (#418)
* :Fix ci python requirements (#416)

* Add matrix for python and ansible-core versions for sanity tests

* Add python 3.9 to integrations tests

* Add python 3.9 to unit tests

* Reformat sort by python version first

(cherry picked from commit 97318559e5)

* Fix string to int comparison error 1292

* Fix assert expected changed value

* Cut assertion that is incorrect

With both connectors, and only in stable-1 apparently, the test is
always failed.

* Fix bool comparison

* Revert separated tests for both connectors

* Refactor test using connector.name variable

* Refactor filtering of tasks using connector's vars sets during setup

* Fix "command not found" and "database doesn't exists"

* Fix assertion by not running on failing connectors

* Fix missing package when using sha256_password with MySQL 8
2022-08-12 16:51:40 +02:00
..
assert_no_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
assert_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
create_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
issue-28.yml [PR #416/97318559 backport][stable-1] Fix ci python requirements (#418) 2022-08-12 16:51:40 +02:00
issue-121.yml [PR #416/97318559 backport][stable-1] Fix ci python requirements (#418) 2022-08-12 16:51:40 +02:00
issue-29511.yaml initial commit (#1) 2020-07-10 17:16:58 +01:00
issue-64560.yaml initial commit (#1) 2020-07-10 17:16:58 +01:00
main.yml [stable-1] mysql_user: fix parsing privs when a user has roles assigned to it (#346) 2022-05-12 15:19:20 +02:00
remove_user.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
resource_limits.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
test_priv_append.yml mysql_user: Fixed change detection with append_privs (#69) (#72) 2020-12-16 08:22:00 +03:00
test_priv_dict.yml mysql_user: add proper handling of INSERT, UPDATE, REFERENCES on columns (#107) 2021-03-08 17:18:04 +01:00
test_privs.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
test_user_grants_with_roles_applied.yml [stable-1] mysql_user: fix parsing privs when a user has roles assigned to it (#346) 2022-05-12 15:19:20 +02:00
test_user_password.yml mysql_user: fixed encrypted option for MySQL 8.0 and test coverage (#79) 2021-01-14 08:27:05 +03:00
test_user_plugin_auth.yml [PR #416/97318559 backport][stable-1] Fix ci python requirements (#418) 2022-08-12 16:51:40 +02:00
tls_requirements.yml Add test to verify TLS requirements are removed (#26) 2020-09-21 07:39:08 +03:00