This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 53f89129a [ci] Try to fix "ExecutionException Error occurred in
starting fork" (#1912)
53f89129a is described below
commit 53f89129a80da362a6216d8f01eae136a891e241
Author: Jingsong Lee <[email protected]>
AuthorDate: Tue Aug 29 17:53:18 2023 +0800
[ci] Try to fix "ExecutionException Error occurred in starting fork" (#1912)
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index c65b78f88..ec9fec758 100644
--- a/pom.xml
+++ b/pom.xml
@@ -435,6 +435,7 @@ under the License.
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<configuration>
+ <useSystemClassLoader>false</useSystemClassLoader>
<forkCount>${flink.forkCount}</forkCount>
<reuseForks>${flink.reuseForks}</reuseForks>
<trimStackTrace>false</trimStackTrace>