test(quic): trace why we get verify_peer

This commit is contained in:
William Yang 2023-01-18 14:02:00 +01:00
parent f8fd201a8c
commit dc26790495
1 changed files with 5 additions and 0 deletions

View File

@ -143,6 +143,11 @@ init_per_suite(Config) ->
emqx_common_test_helpers:start_apps([]),
UdpPort = 14567,
start_emqx_quic(UdpPort),
dbg:tracer(process, {fun dbg:dhandler/2, group_leader()}),
dbg:p(all, c),
dbg:tpl(quicer, connect, cx),
%% dbg:tpl(emqx_stream, cx),
%% dbg:tpl(emqx_quic_data_stream, cx),
[{port, UdpPort}, {pub_qos, 0}, {sub_qos, 0} | Config].
end_per_suite(_) ->