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
This used to accept a context and a logger; now make it accept a
testing.T and a context instead.
The rationale here is that it is easy for a test to provides its own
logger related to the T, but relying on context cancellation for cleanup
is inferior to using T.Cleanup.
The downside of this is that there is no way for a test to set
attributes on the logger, but it doesn't look like any tests set any
attributes so far anyway.
0 commit comments