updated replication integration tests, added testing for mysql 5.7 (#7)

Co-authored-by: Ben Mildren <bmildren@digitalocean.com>
This commit is contained in:
Ben Mildren 2020-07-14 14:13:16 +01:00 committed by GitHub
commit ac79b437c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 497 additions and 491 deletions

View file

@ -7,7 +7,7 @@ percona_client_version: 5.7
mariadb_install: false
mysql_version: 8.0.20
mysql_version: 8.0.21
mariadb_version: 10.5.4
mysql_base_port: 3306

View file

@ -11,5 +11,5 @@
- name: "{{ role_name }} | config | setup replication topology"
shell:
cmd: "dbdeployer deploy multiple {{ install_version }} --base-port {{ mysql_base_port }}"
cmd: "dbdeployer deploy multiple {{ install_version }} --base-port {{ mysql_base_port }} --my-cnf-options=\"master_info_repository='TABLE'\" --my-cnf-options=\"relay_log_info_repository='TABLE'\""
creates: "{{ dbdeployer_sandbox_home_dir }}/multi_msb_{{ install_version|replace('.','_') }}"