Skip to content

Commit 6e7cc03

Browse files
committed
Increase the TCP ports range used by parallel-ct-set-*
[Why] We see nodes trying to use busy ports in CI from time to time. (cherry picked from commit e76c227)
1 parent 7a5f170 commit 6e7cc03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps/rabbit/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,10 +241,10 @@ define ct_master.erl
241241
peer:call(Pid2, net_kernel, set_net_ticktime, [5]),
242242
peer:call(Pid3, net_kernel, set_net_ticktime, [5]),
243243
peer:call(Pid4, net_kernel, set_net_ticktime, [5]),
244-
peer:call(Pid1, persistent_term, put, [rabbit_ct_tcp_port_base, 23000]),
245-
peer:call(Pid2, persistent_term, put, [rabbit_ct_tcp_port_base, 25000]),
246-
peer:call(Pid3, persistent_term, put, [rabbit_ct_tcp_port_base, 27000]),
247-
peer:call(Pid4, persistent_term, put, [rabbit_ct_tcp_port_base, 29000]),
244+
peer:call(Pid1, persistent_term, put, [rabbit_ct_tcp_port_base, 16000]),
245+
peer:call(Pid2, persistent_term, put, [rabbit_ct_tcp_port_base, 20000]),
246+
peer:call(Pid3, persistent_term, put, [rabbit_ct_tcp_port_base, 24000]),
247+
peer:call(Pid4, persistent_term, put, [rabbit_ct_tcp_port_base, 28000]),
248248
[{[_], {ok, Results}}] = ct_master_fork:run("$1"),
249249
peer:stop(Pid4),
250250
peer:stop(Pid3),

0 commit comments

Comments
 (0)