community.mysql/tests/integration/targets/test_mysql_user/tasks
R.Sicart cc5cf98368
Fix: grant revoked priv (#434)
* Fix: exclude mysql 8 from test_mysql_user's 'Assert that priv did not change' test

* Add tests to verify that GRANT permission is present after user modification

* Fix: do not revoke GRANT permission when it's already allowed and present in priv parameter

* Deduplicate tests name

Easier to debug this way

* Fix assertions named 'GRANT permission is present'

* Only revoke grant option if it exists and absence is requested

* Fix assertion comments

* Fix: Only revoke grant option if it exists and absence is requested

* Avoid pointless revocations when ALL are granted

* Assert that priv did not change on mariadb also

* Fix: sanity and unity tests

* Format long lines

* Add changelog fragment

Co-authored-by: Laurent Indermühle <laurent.indermuehle@pm.me>
2022-09-02 13:40:06 +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
assert_user_password.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
create_user.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
issue-28.yml Port stable 1 ci changes (#423) 2022-08-16 09:15:50 +02:00
issue-121.yml Port stable 1 ci changes (#423) 2022-08-16 09:15:50 +02:00
issue-265.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
issue-29511.yaml initial commit (#1) 2020-07-10 17:16:58 +01:00
issue-64560.yaml Is changed (#427) 2022-08-23 09:11:55 +02:00
main.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
remove_user.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
resource_limits.yml initial commit (#1) 2020-07-10 17:16:58 +01:00
test_priv_append.yml Is changed (#427) 2022-08-23 09:11:55 +02: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_priv_subtract.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
test_privs.yml Fix: grant revoked priv (#434) 2022-09-02 13:40:06 +02:00
test_update_password.yml mysql_user: add "update_password: on_new_username" argument, "password_changed" result field (#365) 2022-05-31 16:00:24 +02:00
test_user_grants_with_roles_applied.yml mysql_user: fix parsing privs when a user has roles assigned to it (#341) 2022-05-12 09:36:21 +02:00
test_user_password.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
test_user_plugin_auth.yml Is changed (#427) 2022-08-23 09:11:55 +02:00
tls_requirements.yml Feature/mariadb integration ci (#246) 2021-12-14 09:30:46 +01:00