This is an automated email from the ASF dual-hosted git repository.
yzhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new 9db35c0 MNEMONIC-665:Fix non-supported forkmode and java.ext.dirs in
Spark test suites
9db35c0 is described below
commit 9db35c0ac6017607779f0ad114acd671c1b969ab
Author: Chunyong He <[email protected]>
AuthorDate: Tue Jul 27 21:31:34 2021 -0700
MNEMONIC-665:Fix non-supported forkmode and java.ext.dirs in Spark test
suites
Signed-off-by: Chunyong He <[email protected]>
---
mnemonic-spark/pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mnemonic-spark/pom.xml b/mnemonic-spark/pom.xml
index 0fdfd21..c6cb217 100644
--- a/mnemonic-spark/pom.xml
+++ b/mnemonic-spark/pom.xml
@@ -158,9 +158,8 @@
<junitxml>.</junitxml>
<parallel>false</parallel>
<filereports>SparkIntegrationTestSuite.txt</filereports>
- <forkMode>always</forkMode>
+ <forkMode>once</forkMode>
<skipTests>${skipTests}</skipTests>
-
<argLine>-Djava.ext.dirs=${memory.service.dist.dir}:${computing.service.dist.dir}</argLine>
<systemProperties>
<spark.durable-basedir>
./target