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

Add test tasks for unpooled and direct buffer pooling to netty #46049

Merged
merged 3 commits into from
Aug 30, 2019

Commits on Aug 27, 2019

  1. Add test tasks for unpooled and direct buffer pooling to netty

    Some netty behavior is controlled by system properties. While we want to
    test with the defaults for Elasticsearch for most tests, within netty we
    want to ensure these netty settings exhibit correct behavior. This
    commit adds variants of test and integTest tasks for netty which set the
    unpooled and direct buffer pooled allocators.
    
    relates elastic#45881
    rjernst committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    e699c6e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    5b2ceb1 View commit details
    Browse the repository at this point in the history
  2. update tests

    rjernst committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    7b369db View commit details
    Browse the repository at this point in the history