Skip to content

Commit

Permalink
[test] Leak detection properties are added for the test execution
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Sep 2, 2022
1 parent c869266 commit 21647b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,10 @@ subprojects {
systemProperty("reactor.trace.cancel", "true")
systemProperty("reactor.trace.nocapacity", "true")
systemProperty("testGroups", project.properties.get("testGroups"))
systemProperty("io.netty.leakDetection.level", "paranoid")
systemProperty("io.netty5.leakDetectionLevel", "paranoid")
systemProperty("io.netty5.leakDetection.targetRecords", "32")
systemProperty("io.netty5.buffer.lifecycleTracingEnabled", "true")
systemProperty("io.netty5.buffer.leakDetectionEnabled", "true")
systemProperty("reactor.netty5.pool.getPermitsSamplingRate", "0.5")
systemProperty("reactor.netty5.pool.returnPermitsSamplingRate", "0.5")
if (project.hasProperty("forceTransport")) {
Expand Down

0 comments on commit 21647b8

Please sign in to comment.