Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use pooled Netty allocator in tests by default (elastic#100877)
We mostly run our tests with less than 1G of heap per JVM. This means that we will use the unpooled Netty allocator in most tests, losing us a lot of leak coverage in internal cluster tests (mostly for inbound buffers). Unless otherwise specified by tests, we should force the use of our standard allocator by default to get a higher chance of catching leaks in internalClusterTests in particular.
- Loading branch information