This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new fcf0cc39a15 HDDS-15868. Enable dynamic agent loading for tests (#10816)
fcf0cc39a15 is described below
commit fcf0cc39a153a11f5688670d2df176d827fae7ce
Author: Prathmesh Sapate <[email protected]>
AuthorDate: Mon Jul 27 18:46:52 2026 +0530
HDDS-15868. Enable dynamic agent loading for tests (#10816)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7a8252e55fa..5024b984399 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
<maven-shade-plugin.version>3.6.2</maven-shade-plugin.version>
<maven-site-plugin.version>3.22.0</maven-site-plugin.version>
<maven-source-plugin.version>3.4.0</maven-source-plugin.version>
- <maven-surefire-plugin.argLine>-Xmx8192m
-XX:+HeapDumpOnOutOfMemoryError</maven-surefire-plugin.argLine>
+ <maven-surefire-plugin.argLine>-Xmx8192m -XX:+HeapDumpOnOutOfMemoryError
-XX:+IgnoreUnrecognizedVMOptions
-XX:+EnableDynamicAgentLoading</maven-surefire-plugin.argLine>
<maven-surefire-plugin.argLineAccessArgs />
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-surefire-report-plugin.version>${maven-surefire-plugin.version}</maven-surefire-report-plugin.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]