vert-x3 / vertx-parent

The base parent pom for Vert.x projects
Apache License 2.0
8 stars 17 forks source link

Proper and overridable Netty leak detector configuration #31

Closed vietj closed 3 years ago

vietj commented 3 years ago

The current configuration of Netty's leak detector runs tests with the paranoid level. In practice it was not used because Vert.x will disable the detector whatsoever.

Recently a contribution change the Vert.x behavior to not disable the detector if a system property is set, resulting in running all Vert.x tests in paranoid mode.

While this is very desirable to run the tests in this configuration it might not be suited for all projects and we should run like before and make it overridable using system properties.