Skip to content

Commit

Permalink
Run spider mtr suites in 10.1 only on demand.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Mathew committed Jun 30, 2017
1 parent d38b15d commit 806d4e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions storage/spider/mysql-test/spider/bg/suite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package My::Suite::Spider;

return "No Spider engine" unless $ENV{HA_SPIDER_SO};
return "Not run for embedded server" if $::opt_embedded_server;
return "Test needs --big-test" unless $::opt_big_test;

bless { };

3 changes: 1 addition & 2 deletions storage/spider/mysql-test/spider/suite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ package My::Suite::Spider;

return "No Spider engine" unless $ENV{HA_SPIDER_SO};
return "Not run for embedded server" if $::opt_embedded_server;

sub is_default { 1 }
return "Test needs --big-test" unless $::opt_big_test;

bless { };

0 comments on commit 806d4e3

Please sign in to comment.