Skip to content

Commit

Permalink
[FLINK-6560] [build] Restore maven parallelism in flink-tests
Browse files Browse the repository at this point in the history
Configure a default value for Maven variable 'flink.forkCountTestPackage'.

This closes apache#3875
  • Loading branch information
greghogan committed May 31, 2017
1 parent b5eac06 commit 52efdcb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 52efdcb

Please sign in to comment.