File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 208
208
<otel .version>1.26.0</otel .version>
209
209
<UBUNTU_MIRROR >http://archive.ubuntu.com/ubuntu/</UBUNTU_MIRROR >
210
210
<UBUNTU_SECURITY_MIRROR >http://security.ubuntu.com/ubuntu/</UBUNTU_SECURITY_MIRROR >
211
+
212
+ <test .additional.args>
213
+ --add-opens java.base/jdk.internal.loader=ALL-UNNAMED
214
+ --add-opens java.base/java.lang=ALL-UNNAMED <!-- Mockito-->
215
+ --add-opens java.base/java.io=ALL-UNNAMED <!-- Bookkeeper NativeIO-->
216
+ --add-opens java.base/java.util=ALL-UNNAMED <!-- System Lambda-->
217
+ --add-opens java.base/sun.net=ALL-UNNAMED <!-- netty.DnsResolverUtil-->
218
+ --add-opens java.desktop/java.beans=ALL-UNNAMED <!-- netty.DnsResolverUtil-->
219
+ --add-opens java.management/sun.management=ALL-UNNAMED <!-- JvmDefaultGCMetricsLogger & MBeanStatsGenerator-->
220
+ --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED <!-- MBeanStatsGenerator-->
221
+ --add-opens java.base/jdk.internal.platform=ALL-UNNAMED <!-- LinuxInfoUtils-->
222
+ </test .additional.args>
223
+
211
224
</properties >
212
225
213
226
<!-- dependency definitions -->
950
963
<version >${maven-surefire-plugin.version} </version >
951
964
<configuration >
952
965
<excludedGroups >flaky</excludedGroups >
966
+ <argLine > -XX:+ExitOnOutOfMemoryError
967
+ -Dio.netty.tryReflectionSetAccessible=true
968
+ ${test.additional.args}
969
+ </argLine >
953
970
</configuration >
954
971
</plugin >
955
972
<plugin >
You can’t perform that action at this time.
0 commit comments