Skip to content

Commit 6103593

Browse files
committed
Use unpooled netty allocator during tests.
Closes #2087
1 parent 7a87450 commit 6103593

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@
191191
<plugin>
192192
<groupId>org.apache.maven.plugins</groupId>
193193
<artifactId>maven-surefire-plugin</artifactId>
194+
<configuration>
195+
<systemProperties>
196+
<io.netty.allocator.type>pooled</io.netty.allocator.type>
197+
</systemProperties>
198+
</configuration>
194199
<executions>
195200
<execution>
196201
<id>default-test</id>
@@ -211,6 +216,11 @@
211216
<plugin>
212217
<groupId>org.apache.maven.plugins</groupId>
213218
<artifactId>maven-failsafe-plugin</artifactId>
219+
<configuration>
220+
<systemProperties>
221+
<io.netty.allocator.type>pooled</io.netty.allocator.type>
222+
</systemProperties>
223+
</configuration>
214224
<executions>
215225
<execution>
216226
<id>default-test</id>

0 commit comments

Comments
 (0)