Disable replication with channel tests entirely for MySQL 5.7

This commit is contained in:
Laurent Indermuehle 2023-01-09 19:33:24 +01:00
commit ce8d166259
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09
2 changed files with 12 additions and 16 deletions

View file

@ -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