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
for background, see discussion in #242:
> > Would you be amenable to feature-gating these public helpers behind
> > a `test-util` feature? This is a pretty common approach we've seen
> > in other crates.
>
> That sounds reasonable to me. Contribution welcome. Thanks. Please
> point out very prominently that we might break any of those APIs in
> a patch release.
\- <#242 (comment)>
this commit introduces a `test-util` feature flag.
this feature flag will function as a gate for additional interfaces,
such as accessors to read the value of a histogram, that facilitate
integration tests inspecting metrics.
comments note that any forthcoming interfaces included by this feature
are not subject to stability guarantees.
Signed-off-by: katelyn martin <[email protected]>
0 commit comments