The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SYNOPSIS

In order to run these tests, you'll need to set your MySQL slave access credentials in %ENV.

For example:

export SLAVE_DSN="dbi:mysql:database=my_database;host=my_db_hostname" export SLAVE_USER=replication_user export SLAVE_PASS=seekrit

Be aware that these tests will stop and start your slave machine. If you're not comfortable with this, you can skip this test or comment out the tests which you don't like.