Enable io.netty.leakDetection.level=paranoid in tests

Issue: SPR-17574
This commit is contained in:
Rossen Stoyanchev
2018-12-12 11:35:50 -05:00
parent 38ae282c3b
commit 388ce92861

View File

@@ -132,6 +132,7 @@ configure(allprojects) { project ->
test {
systemProperty("java.awt.headless", "true")
systemProperty("testGroups", project.properties.get("testGroups"))
systemProperty("io.netty.leakDetection.level", "paranoid")
scanForTestClasses = false
include(["**/*Tests.class", "**/*Test.class"])
// Since we set scanForTestClasses to false, we need to filter out inner