We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1162eb commit fab4c20Copy full SHA for fab4c20
src/rabbit_tests.erl
@@ -757,8 +757,10 @@ test_topic_expect_match(X, List) ->
757
end, List).
758
759
test_app_management() ->
760
- control_action(wait, [mnesia:system_info(directory) ++ ".pid"]),
761
- %% starting, stopping, status
+ control_action(wait, [rabbit_mnesia:dir() ++ ".pid"]),
+ %% Starting, stopping and diagnostics. Note that we don't try
762
+ %% 'report' when the rabbit app is stopped and that we enable
763
+ %% tracing for the duration of this function.
764
ok = control_action(trace_on, []),
765
ok = control_action(stop_app, []),
766
0 commit comments