You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by gr...@apache.org on 2017/05/31 20:57:19 UTC

[4/5] flink git commit: [FLINK-6560] [build] Restore maven parallelism in flink-tests

[FLINK-6560] [build] Restore maven parallelism in flink-tests

Configure a default value for Maven variable 'flink.forkCountTestPackage'.

This closes #3875


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/52efdcb7
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/52efdcb7
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/52efdcb7

Branch: refs/heads/master
Commit: 52efdcb7dc2cfa8a79852f06178db5824eb83fb8
Parents: b5eac06
Author: Greg Hogan <co...@greghogan.com>
Authored: Thu May 11 13:44:20 2017 -0400
Committer: Greg Hogan <co...@greghogan.com>
Committed: Wed May 31 16:08:16 2017 -0400

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/52efdcb7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 95fcf1e..1b6307e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,9 @@ under the License.
 			 forkCount is not exposed as a property. With this we can set
 			 it on the "mvn" commandline in travis. -->
 		<flink.forkCount>1C</flink.forkCount>
+		<!-- Allow overriding the fork behaviour for the expensive tests in flink-tests
+			 to avoid process kills due to container limits on TravisCI -->
+		<flink.forkCountTestPackage>${flink.forkCount}</flink.forkCountTestPackage>
 		<flink.reuseForks>true</flink.reuseForks>
 		<log4j.configuration>log4j-test.properties</log4j.configuration>
 		<guava.version>18.0</guava.version>