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
Use leak-tracking recycler in InboundPipelineTests
Today we use a leaky `NON_RECYCLING_INSTANCE` in
`InboundPipelineTests#testPipelineHandling`. It's actually fine, we
don't use it for anything important, but it looks suspicious and it
means that a little bit of harmless-looking reordering would seriously
affect the coverage of these tests. This commit gets rid of it to ensure
that we're always watching for leaks.
Noticed when reviewing elastic#80656.
0 commit comments