Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use leak-tracking recycler in InboundPipelineTests #81065

Commits on Nov 25, 2021

  1. 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.
    DaveCTurner committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    837dba0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    c421e88 View commit details
    Browse the repository at this point in the history