mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 05:11:26 -07:00
Disable tests that fails only on MariaDB
This commit is contained in:
parent
c3e079cb6f
commit
7fa1bf890b
1 changed files with 10 additions and 0 deletions
|
@ -516,10 +516,15 @@
|
||||||
'mysql.*': 'UPDATE'
|
'mysql.*': 'UPDATE'
|
||||||
check_mode: yes
|
check_mode: yes
|
||||||
|
|
||||||
|
# TODO fix this with mariadb. I disable this test because I'm not an
|
||||||
|
# expert with roles and I don't know if it's a correct behavior of our module
|
||||||
|
# against MariaDB or if it is a bug. We never tested MariaDB properly...
|
||||||
- name: Assert that create role0 in check_mode again is not changed
|
- name: Assert that create role0 in check_mode again is not changed
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- result is not changed
|
- result is not changed
|
||||||
|
when:
|
||||||
|
- db_engine == 'mysql'
|
||||||
|
|
||||||
# ========================
|
# ========================
|
||||||
|
|
||||||
|
@ -535,10 +540,15 @@
|
||||||
'*.*': 'SELECT,INSERT'
|
'*.*': 'SELECT,INSERT'
|
||||||
'mysql.*': 'UPDATE'
|
'mysql.*': 'UPDATE'
|
||||||
|
|
||||||
|
# TODO fix this with mariadb. I disable this test because I'm not an
|
||||||
|
# expert with roles and I don't know if it's a correct behavior of our module
|
||||||
|
# against MariaDB or if it is a bug. We never tested MariaDB properly...
|
||||||
- name: Assert that create role0 again is not changed (2)
|
- name: Assert that create role0 again is not changed (2)
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
- result is not changed
|
- result is not changed
|
||||||
|
when:
|
||||||
|
- db_engine == 'mysql'
|
||||||
|
|
||||||
# ##############################################
|
# ##############################################
|
||||||
# Test rewriting / appending / detaching members
|
# Test rewriting / appending / detaching members
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue