You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently testing the Layer is difficult bc the data is generated through tracing macros, tracing-mock seems promising here, but can it integrate with a custom layer?
The text was updated successfully, but these errors were encountered:
#41 includes tests for Layer, but they are broken right now bc apparently tracing (inc combination with tokio?) leaks events cross-thread even if we explicitly set the subscriber to be current thread.
Currently testing the
Layer
is difficult bc the data is generated throughtracing
macros,tracing-mock
seems promising here, but can it integrate with a custom layer?The text was updated successfully, but these errors were encountered: