Skip to content

Commit 1f20543

Browse files
committed
RMQ-1263: shovel forward counter: try fixing rolling_upgrade_SUITE
1 parent 63b5859 commit 1f20543

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/rabbitmq_shovel/test/shovel_test_utils.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ shovels_from_status() ->
6565

6666
shovels_from_status(ExpectedState) ->
6767
S = rabbit_shovel_status:status(),
68-
[N || {{<<"/">>, N}, dynamic, {State, _}, _, _} <- S, State == ExpectedState].
68+
[N || {{<<"/">>, N}, dynamic, {State, _}, _, _} <- S, State == ExpectedState] ++
69+
[N || {{<<"/">>, N}, dynamic, {State, _}, _} <- S, State == ExpectedState].
6970

7071
get_shovel_status(Config, Name) ->
7172
get_shovel_status(Config, 0, Name).

0 commit comments

Comments
 (0)