Skip to content

Commit 388ce92

Browse files
committed
Enable io.netty.leakDetection.level=paranoid in tests
Issue: SPR-17574
1 parent 38ae282 commit 388ce92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ configure(allprojects) { project ->
132132
test {
133133
systemProperty("java.awt.headless", "true")
134134
systemProperty("testGroups", project.properties.get("testGroups"))
135+
systemProperty("io.netty.leakDetection.level", "paranoid")
135136
scanForTestClasses = false
136137
include(["**/*Tests.class", "**/*Test.class"])
137138
// Since we set scanForTestClasses to false, we need to filter out inner

0 commit comments

Comments
 (0)