cluster_minority_SUITE: Use `Config1`, not `Config`
Test (make) / Build and Xref (1.18, 26) (push) Waiting to run Details
Test (make) / Build and Xref (1.18, 27) (push) Waiting to run Details
Test (make) / Build and Xref (1.18, 28) (push) Waiting to run Details
Test (make) / Test (1.18, 28, khepri) (push) Waiting to run Details
Test (make) / Test (1.18, 28, mnesia) (push) Waiting to run Details
Test (make) / Test mixed clusters (1.18, 28, khepri) (push) Waiting to run Details
Test (make) / Test mixed clusters (1.18, 28, mnesia) (push) Waiting to run Details
Test (make) / Type check (1.18, 28) (push) Waiting to run Details

... which is a previous copy of the variable.

Also, while here, fix style: the line was breaking the 80-col limit.
This commit is contained in:
Jean-Sébastien Pédron 2025-06-29 23:55:00 +02:00
parent cfcd203167
commit 51aba859c6
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC
1 changed files with 2 additions and 1 deletions

View File

@ -397,7 +397,8 @@ remove_node_when_seed_node_is_leader(Config) ->
{pong, leader} ->
?awaitMatch(
{ok, #{cluster_change_permitted := true}, _},
rabbit_ct_broker_helpers:rpc(Config, A, ra, member_overview, [AMember]),
rabbit_ct_broker_helpers:rpc(
Config1, A, ra, member_overview, [AMember]),
60000),
?awaitMatch(
ok,