You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2014/11/04 11:06:37 UTC

[3/6] git commit: [FLINK-1203] Use forked execution in all tests, except in the end-to-end integration tests in flink-tests

[FLINK-1203] Use forked execution in all tests, except in the end-to-end integration tests in flink-tests


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

Branch: refs/heads/master
Commit: bbd820932f417c61f1c2082b551488951f270fcc
Parents: a6152c3
Author: Stephan Ewen <se...@apache.org>
Authored: Mon Nov 3 20:57:11 2014 +0100
Committer: Stephan Ewen <se...@apache.org>
Committed: Mon Nov 3 20:57:11 2014 +0100

----------------------------------------------------------------------
 flink-tests/pom.xml | 1 +
 pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/bbd82093/flink-tests/pom.xml
----------------------------------------------------------------------
diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml
index bbaf7ea..0f4368a 100644
--- a/flink-tests/pom.xml
+++ b/flink-tests/pom.xml
@@ -287,6 +287,7 @@ under the License.
 					<systemPropertyVariables>
 						<log.level>WARN</log.level>
 					</systemPropertyVariables>
+					<reuseForks>false</reuseForks>
 				</configuration>
 			</plugin>
 			

http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/bbd82093/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 698f04e..60e87da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@ under the License.
 			 forkCount is not exposed as a property. With this we can set
 			 it on the "mvn" commandline in travis. -->
 		<flink.forkCount>1.5C</flink.forkCount>
-		<flink.reuseForks>false</flink.reuseForks>
+		<flink.reuseForks>true</flink.reuseForks>
 		<slf4j.version>1.7.7</slf4j.version>
 		<guava.version>17.0</guava.version>
 	</properties>