test(pulsar_producer): fix flaky test
This commit is contained in:
parent
99796224d8
commit
3e4790edd4
|
@ -1040,7 +1040,7 @@ t_resource_manager_crash_before_producers_started(Config) ->
|
||||||
end),
|
end),
|
||||||
%% even if the resource manager is dead, we can still
|
%% even if the resource manager is dead, we can still
|
||||||
%% clear the allocated resources.
|
%% clear the allocated resources.
|
||||||
{{error, {config_update_crashed, {killed, _}}}, {ok, _}} =
|
{{error, {config_update_crashed, _}}, {ok, _}} =
|
||||||
?wait_async_action(
|
?wait_async_action(
|
||||||
create_bridge(Config),
|
create_bridge(Config),
|
||||||
#{?snk_kind := pulsar_bridge_stopped, pulsar_producers := undefined},
|
#{?snk_kind := pulsar_bridge_stopped, pulsar_producers := undefined},
|
||||||
|
|
Loading…
Reference in New Issue