Skip to content

Commit

Permalink
Increase default MTR_PORT_GROUP_SIZE to 20.
Browse files Browse the repository at this point in the history
Some Galera tests can require more than 10 ports.
  • Loading branch information
Nirbhay Choubey committed Nov 20, 2015
1 parent 75afa93 commit 4d1a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ ($)
my $opt_max_test_fail= env_or_val(MTR_MAX_TEST_FAIL => 10);

my $opt_parallel= $ENV{MTR_PARALLEL} || 1;
my $opt_port_group_size = $ENV{MTR_PORT_GROUP_SIZE} || 10;
my $opt_port_group_size = $ENV{MTR_PORT_GROUP_SIZE} || 20;

# lock file to stop tests
my $opt_stop_file= $ENV{MTR_STOP_FILE};
Expand Down

0 comments on commit 4d1a4bc

Please sign in to comment.