Skip to content

Commit 4d1a4bc

Browse files
author
Nirbhay Choubey
committed
Increase default MTR_PORT_GROUP_SIZE to 20.
Some Galera tests can require more than 10 ports.
1 parent 75afa93 commit 4d1a4bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysql-test/mysql-test-run.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ ($)
363363
my $opt_max_test_fail= env_or_val(MTR_MAX_TEST_FAIL => 10);
364364

365365
my $opt_parallel= $ENV{MTR_PARALLEL} || 1;
366-
my $opt_port_group_size = $ENV{MTR_PORT_GROUP_SIZE} || 10;
366+
my $opt_port_group_size = $ENV{MTR_PORT_GROUP_SIZE} || 20;
367367

368368
# lock file to stop tests
369369
my $opt_stop_file= $ENV{MTR_STOP_FILE};

0 commit comments

Comments
 (0)