Merge pull request #8037 from zhongwencool/trace-ct-failed
chore: fix emqx_trace_SUITE failed
This commit is contained in:
commit
8bd30aef78
|
@ -40,8 +40,8 @@ end_per_suite(_Config) ->
|
||||||
emqx_common_test_helpers:stop_apps([]).
|
emqx_common_test_helpers:stop_apps([]).
|
||||||
|
|
||||||
init_per_testcase(_, Config) ->
|
init_per_testcase(_, Config) ->
|
||||||
ok = emqx_trace:clear(),
|
|
||||||
reload(),
|
reload(),
|
||||||
|
ok = emqx_trace:clear(),
|
||||||
ct:pal("load:~p~n", [erlang:whereis(emqx_trace)]),
|
ct:pal("load:~p~n", [erlang:whereis(emqx_trace)]),
|
||||||
Config.
|
Config.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue