mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-03 12:44:25 -07:00
Disable replication with channel tests entirely for MySQL 5.7
This commit is contained in:
parent
0494de3f5c
commit
ce8d166259
2 changed files with 12 additions and 16 deletions
|
@ -19,6 +19,7 @@
|
|||
- import_tasks: mysql_replication_channel.yml
|
||||
when:
|
||||
- db_engine == 'mysql' # FIXME: mariadb introduces FOR CHANNEL in 10.7
|
||||
- mysql8022_and_higher == true # FIXME: mysql 5.7 should work, but our tets fails, why?
|
||||
|
||||
# Tests of resetprimary mode:
|
||||
- import_tasks: mysql_replication_resetprimary_mode.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue