Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4c195f2

Browse files
committed
use port range different to ordinary TAP tests
1 parent 608b8eb commit 4c195f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cluster.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ sub init
2828
my ($self) = @_;
2929
my $nodes = $self->{nodes};
3030

31+
# use port range different to ordinary TAP tests
32+
$PostgresNode::last_port_assigned = int(rand() * 16384) + 32767;
33+
3134
foreach my $node (@$nodes)
3235
{
3336
$node->{_host} = '127.0.0.1';

0 commit comments

Comments
 (0)