use io.netty.leakDetection.targetRecords as replacement for io.netty.leakDetection.maxSampledRecords (#9925)
Motivation:
"io.netty.leakDetection.maxSampledRecords" was removed in 16b1dbdf92
Modification:
Replaced it with targetRecords
Result:
Use correct flag during test execution
This commit is contained in:
parent
044b6b0661
commit
8334f2ce92
2
pom.xml
2
pom.xml
@ -209,7 +209,7 @@
|
|||||||
<profile>
|
<profile>
|
||||||
<id>leak</id>
|
<id>leak</id>
|
||||||
<properties>
|
<properties>
|
||||||
<argLine.leak>-Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.maxRecords=32</argLine.leak>
|
<argLine.leak>-Dio.netty.leakDetectionLevel=paranoid -Dio.netty.leakDetection.targetRecords=32</argLine.leak>
|
||||||
</properties>
|
</properties>
|
||||||
</profile>
|
</profile>
|
||||||
<profile>
|
<profile>
|
||||||
|
Loading…
Reference in New Issue
Block a user