Commit 06400b63 authored by Venkatesh Duggirala's avatar Venkatesh Duggirala

Bug#16247322- MTR NOT RUNNING SYS_VARS TEST

SUITE FOR 5.1

SYS_VARS suite is not enabled in MTR by default
run. Enabling it with this check-in.

mysql-test/suite/sys_vars/t/disabled.def:
  Till the bugs are fixed, disabling the failed test scripts
parent 3d7f5225
#!/usr/bin/perl
# -*- cperl -*-
# Copyright (c) 2004, 2012, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU Library General Public
......@@ -157,7 +157,7 @@ my $path_config_file; # The generated config file, var/my.cnf
# executables will be used by the test suite.
our $opt_vs_config = $ENV{'MTR_VS_CONFIG'};
my $DEFAULT_SUITES= "main,binlog,federated,rpl,rpl_ndb,ndb,innodb,innodb_plugin";
my $DEFAULT_SUITES= "main,sys_vars,binlog,federated,rpl,rpl_ndb,ndb,innodb,innodb_plugin";
my $opt_suites;
our $opt_verbose= 0; # Verbose output, enable with --verbose
......
......@@ -9,5 +9,15 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
sys_vars.max_binlog_cache_size_basic_64 : bug#11763668 2010-08-31 Horst
sys_vars.max_binlog_cache_size_basic_32 : bug#11763668 2010-08-31 Horst
sys_vars.max_allowed_packet_basic : bug#16295372 2013-02-09 veduggir
sys_vars.max_allowed_packet_func : bug#16295372 2013-02-09 veduggir
sys_vars.net_buffer_length_basic : bug#16295372 2013-02-09 veduggir
sys_vars.insert_id_basic : bug#16295418 2013-02-09 veduggir
sys_vars.key_cache_age_threshold_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.key_cache_block_size_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.key_cache_division_limit_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.identity_basic : bug#16295418 2013-02-09 veduggir
sys_vars.key_buffer_size_basic_64 : bug#16295418 2013-02-09 veduggir
sys_vars.key_buffer_size_func : bug#16295418 2013-02-09 veduggir
sys_vars.timestamp_basic_64 : bug#16295457 2013-02-09 veduggir
sys_vars.rpl_init_slave_func : bug#16295518 2013-02-09 veduggir
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment