~giuseppe-maxia/mysql-sandbox/mysql-sandbox-3

« back to all changes in this revision

Viewing changes to t/19_replication_gtid.t

  • Committer: g.maxia at gmail
  • Date: 2015-08-02 15:15:16 UTC
  • Revision ID: g.maxia@gmail.com-20150802151516-3blys2q56v788sc1
- Added default name for relay log files.
- Added 'show_binlog' script in each sandbox
- improved tests by getting all the version components from a single function call
- Added GTID initialization options for MySQL 5.6, 5.7, and MariaDB 10
- Added GTID enabling test for MySQL 5.6 and 5.7
- added and improved more tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
use strict;
 
2
use warnings;
 
3
use lib './t';
 
4
use Test_Helper;
 
5
use MySQL::Sandbox;
 
6
 
 
7
confirm_version('5.6.6','5.7.99');
 
8
 
 
9
my $use_current = 0;
 
10
 
 
11
test_sandbox( 'test_sandbox --user_test=./t/replication_gtid.sb.pl', 13);