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

« back to all changes in this revision

Viewing changes to t/start_restart_arguments.sb.pl

  • 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:
3
3
# Creates single and multiple sandboxes, sends a "start_all" call with 
4
4
# parameters, and checks that the parameter was received.
5
5
#
6
 
my $ver = '5.5.31';
7
 
my $TEST_VERSION = $ENV{TEST_VERSION} || $ver;
8
 
my ($bare_version, $version) = get_bare_version ($ver);
 
6
my $TEST_VERSION = $ENV{TEST_VERSION};
9
7
my @test_sb = (
10
8
    { 
11
9
        command     => "make_sandbox $TEST_VERSION -- --no_confirm --sandbox_directory=single_server",