RMQ-1263: shovel forward counter: try fixing rolling_upgrade_SUITE

This commit is contained in:
Iliia Khaprov 2025-03-26 18:03:20 +01:00
parent 63b5859360
commit 1f20543ee3
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ shovels_from_status() ->
shovels_from_status(ExpectedState) ->
S = rabbit_shovel_status:status(),
[N || {{<<"/">>, N}, dynamic, {State, _}, _, _} <- S, State == ExpectedState].
[N || {{<<"/">>, N}, dynamic, {State, _}, _, _} <- S, State == ExpectedState] ++
[N || {{<<"/">>, N}, dynamic, {State, _}, _} <- S, State == ExpectedState].
get_shovel_status(Config, Name) ->
get_shovel_status(Config, 0, Name).