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
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:
parent
cfcd203167
commit
51aba859c6
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue