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

Commit 8a26667

Browse files
knizhnikkelvich
authored andcommitted
Change order of denying ports in test
1 parent 9c18d40 commit 8a26667

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testeaux/run_splits.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
my $pgbench1 = IPC::Run::start @pgb_params; #, \$in, \$out, \$err;
4343

4444
sleep 5;
45-
$cluster->{nodes}->[2]->net_deny_out;
4645
$cluster->{nodes}->[2]->net_deny_in;
46+
$cluster->{nodes}->[2]->net_deny_out;
4747
sleep 10;
4848
$cluster->{nodes}->[2]->net_allow;
4949

0 commit comments

Comments
 (0)